mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #10354 from cvrebert/patch-2
auth.pki.auth(): fix caps in ref to Crypto.Util
This commit is contained in:
commit
9952b4ba34
@ -88,7 +88,7 @@ def auth(pem, **kwargs):
|
||||
|
||||
# The signature is a BIT STRING (Type 3)
|
||||
# Decode that as well
|
||||
der_sig_in = Crypto.util.asn1.DerObject()
|
||||
der_sig_in = Crypto.Util.asn1.DerObject()
|
||||
der_sig_in.decode(der_sig)
|
||||
|
||||
# Get the payload
|
||||
|
Loading…
Reference in New Issue
Block a user