Merge pull request #10354 from cvrebert/patch-2

auth.pki.auth(): fix caps in ref to Crypto.Util
This commit is contained in:
Joseph Hall 2014-02-11 12:04:10 -07:00
commit 9952b4ba34

View File

@ -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