[openssl-commits] [openssl] OpenSSL source code branch OpenSSL_0_9_8-stable updated. OpenSSL_0_9_8zc-24-g11f719d
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_0_9_8-stable has been updated
via 11f719da38c5e9aa509aa518d11f71355cca7cd1 (commit)
from 72f181539118828ca966a0f8d03f6428e2bcf0d6 (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 11f719da38c5e9aa509aa518d11f71355cca7cd1
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 3ef363d..a04aa8b 100644
--- a/crypto/asn1/a_verify.c
+++ b/crypto/asn1/a_verify.c
@@ -152,7 +152,7 @@ int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signat
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