[openssl-commits] [openssl] OpenSSL source code branch OpenSSL_1_0_1-stable updated. OpenSSL_1_0_1j-103-g178c562
Dr. Stephen Henson
steve at openssl.org
Tue Jan 6 21:05:47 UTC 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".
The branch, OpenSSL_1_0_1-stable has been updated
via 178c562a4621162dbe19a7c34fa2ad558684f40e (commit)
from 61052e891e0686ac3b08dd3b0e0b20fd4c786cc4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 178c562a4621162dbe19a7c34fa2ad558684f40e
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Tue Jan 6 20:55:38 2015 +0000
use correct function name
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(cherry picked from commit cb62ab4b17818fe66d2fed0a7fe71969131c811b)
-----------------------------------------------------------------------
Summary of changes:
crypto/asn1/a_verify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c
index a571009..78dde1d 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;
}
hooks/post-receive
--
OpenSSL source code
More information about the openssl-commits
mailing list