summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-01-06 20:55:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-01-06 21:04:38 +0000
commitc7c2a56a1b3bf481b2c6b91906477b53fe118702 (patch)
tree14b82d240f764beac55bb01335267699f657bdf8 /crypto
parent129344a8fbecb681510bc87668b377535fb92032 (diff)
use correct function name
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit cb62ab4b17818fe66d2fed0a7fe71969131c811b)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asn1/a_verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c
index a571009ab9..78dde1d053 100644
--- a/crypto/asn1/a_verify.c
+++ b/crypto/asn1/a_verify.c
@@ -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)
{
- 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;
}