mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 23:56:58 -04:00
Merge pull request #1463 from sieben/correct_jwasignature
Redeclared names without usage
This commit is contained in:
commit
64dff06f30
1 changed files with 2 additions and 2 deletions
|
|
@ -176,5 +176,5 @@ PS384 = JWASignature.register(_JWAPS('PS384', hashes.SHA384))
|
|||
PS512 = JWASignature.register(_JWAPS('PS512', hashes.SHA512))
|
||||
|
||||
ES256 = JWASignature.register(_JWAES('ES256'))
|
||||
ES256 = JWASignature.register(_JWAES('ES384'))
|
||||
ES256 = JWASignature.register(_JWAES('ES512'))
|
||||
ES384 = JWASignature.register(_JWAES('ES384'))
|
||||
ES512 = JWASignature.register(_JWAES('ES512'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue