sha1-mb-x86_64.pl: fix typo.
[openssl.git] / crypto / asn1 / a_verify.c
index 432722e4099e6d9ecdc73646e8b931826705b69d..fc84cd3d191bcec17bc4553eaeb0ef963cc540b4 100644 (file)
@@ -140,6 +140,12 @@ int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
 
        int mdnid, pknid;
 
+       if (!pkey)
+               {
+               ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ERR_R_PASSED_NULL_PARAMETER);
+               return -1;
+               }
+
        EVP_MD_CTX_init(&ctx);
 
        /* Convert signature OID into digest and public key OIDs */