[openssl-commits] [openssl] OpenSSL source code branch master updated. fb76ad8d43e37b399f22932c8ccc85578fcdf7b5

Dr. Stephen Henson steve at openssl.org
Tue Jan 6 02:35:19 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, master has been updated
       via  fb76ad8d43e37b399f22932c8ccc85578fcdf7b5 (commit)
      from  ce325c60c74b0fa784f5872404b722e120e5cab0 (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 fb76ad8d43e37b399f22932c8ccc85578fcdf7b5
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Tue Jan 6 02:17:07 2015 +0000

    fix compilation error
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 ssl/d1_srvr.c |    2 +-
 ssl/s3_srvr.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c
index 8a5c5a1..059385c 100644
--- a/ssl/d1_srvr.c
+++ b/ssl/d1_srvr.c
@@ -480,7 +480,7 @@ int dtls1_accept(SSL *s)
 
 			/* only send if a DH key exchange or
 			 * RSA but we have a sign only certificate */
-			if (
+			if (0
 			/* PSK: send ServerKeyExchange if PSK identity
 			 * hint if provided */
 #ifndef OPENSSL_NO_PSK
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index e5a32ee..90e95d6 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -471,7 +471,7 @@ int ssl3_accept(SSL *s)
 			 * server certificate contains the server's
 			 * public key for key exchange.
 			 */
-			if (
+			if (0
 			/* PSK: send ServerKeyExchange if PSK identity
 			 * hint if provided */
 #ifndef OPENSSL_NO_PSK


hooks/post-receive
-- 
OpenSSL source code


More information about the openssl-commits mailing list