use correct function name

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit cb62ab4b17818fe66d2fed0a7fe71969131c811b)
This commit is contained in:
Dr. Stephen Henson 2015-01-06 20:55:38 +00:00
parent 61052e891e
commit 178c562a46

View File

@ -154,7 +154,7 @@ int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a,
if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7) if (signature->type == V_ASN1_BIT_STRING && signature->flags & 0x7)
{ {
ASN1err(ASN1_F_ASN1_VERIFY, ASN1_R_INVALID_BIT_STRING_BITS_LEFT); ASN1err(ASN1_F_ASN1_ITEM_VERIFY, ASN1_R_INVALID_BIT_STRING_BITS_LEFT);
return -1; return -1;
} }