[openssl-commits] [openssl] OpenSSL source code branch OpenSSL_1_0_2-stable updated. OpenSSL_1_0_2-beta3-94-gb32474a
Emilia Kasper
emilia at openssl.org
Fri Dec 5 12:21:47 EST 2014
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_2-stable has been updated
via b32474a40ba3735f674c508795f92c4a5ebbe825 (commit)
from f6e725e86816fa9301d87c25e3dff9de2ebb7176 (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 b32474a40ba3735f674c508795f92c4a5ebbe825
Author: Emilia Kasper <emilia at openssl.org>
Date: Fri Dec 5 17:45:29 2014 +0100
Make 'make update' succeed and run it
Reviewed-by: Dr Stephen Henson <steve at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/bn/Makefile | 1 +
ssl/ssl.h | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 0cdbd20..f1eb639 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -253,6 +253,7 @@ bn_exp.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
bn_exp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
bn_exp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
bn_exp.o: ../../include/openssl/symhacks.h ../cryptlib.h bn_exp.c bn_lcl.h
+bn_exp.o: rsaz_exp.h
bn_exp2.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
bn_exp2.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
bn_exp2.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
diff --git a/ssl/ssl.h b/ssl/ssl.h
index a68ef56..d526952 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2465,7 +2465,7 @@ void ERR_load_SSL_strings(void);
/* Error codes for the SSL functions. */
/* Function codes. */
-#define SSL_F_CHECK_SUITEB_CIPHER_LIST 335
+#define SSL_F_CHECK_SUITEB_CIPHER_LIST 331
#define SSL_F_CLIENT_CERTIFICATE 100
#define SSL_F_CLIENT_FINISHED 167
#define SSL_F_CLIENT_HELLO 101
hooks/post-receive
--
OpenSSL source code
More information about the openssl-commits
mailing list