summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-01-06 21:55:38 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-01-06 22:03:50 +0100
commitcb62ab4b17818fe66d2fed0a7fe71969131c811b (patch)
tree5f72bcceb4396da5affe3c1e92d47830c9d009a4 /crypto
parentRT3662: Allow leading . in nameConstraints (diff)
downloadopenssl-cb62ab4b17818fe66d2fed0a7fe71969131c811b.tar.xz
openssl-cb62ab4b17818fe66d2fed0a7fe71969131c811b.zip
use correct function name
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
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 fdeeef6761..e85d4d2b77 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;
}