aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
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:03:50 +0000
commitcb62ab4b17818fe66d2fed0a7fe71969131c811b (patch)
tree5f72bcceb4396da5affe3c1e92d47830c9d009a4 /crypto/asn1
parent77ff1f3b8bfaa348956c5096a2b829f2e767b4f1 (diff)
downloadopenssl-cb62ab4b17818fe66d2fed0a7fe71969131c811b.zip
openssl-cb62ab4b17818fe66d2fed0a7fe71969131c811b.tar.gz
openssl-cb62ab4b17818fe66d2fed0a7fe71969131c811b.tar.bz2
use correct function name
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/asn1')
-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 fdeeef6..e85d4d2 100644
--- a/crypto/asn1/a_verify.c
+++ b/crypto/asn1/a_verify.c
@@ -158,7 +158,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;
}