The branch master has been updated
       via  e091c83e72d584e077526cac7972e83adc0c18ca (commit)
      from  5378186199eec800e0508c5ac1c3545d072b8c31 (commit)


- Log -----------------------------------------------------------------
commit e091c83e72d584e077526cac7972e83adc0c18ca
Author: Dr. Stephen Henson <[email protected]>
Date:   Tue Dec 22 16:16:35 2015 +0000

    remove unused error code
    
    Reviewed-by: Kurt Roeckx <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>

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

Summary of changes:
 include/openssl/ssl.h | 1 -
 ssl/ssl_err.c         | 1 -
 2 files changed, 2 deletions(-)

diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index f700828..119b50f 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -2176,7 +2176,6 @@ void ERR_load_SSL_strings(void);
 # define SSL_R_BAD_ECC_CERT                               304
 # define SSL_R_BAD_ECDSA_SIGNATURE                        305
 # define SSL_R_BAD_ECPOINT                                306
-# define SSL_R_BAD_GOST_SIGNATURE                         406
 # define SSL_R_BAD_HANDSHAKE_LENGTH                       332
 # define SSL_R_BAD_HELLO_REQUEST                          105
 # define SSL_R_BAD_LENGTH                                 271
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index c29c36b..0c40b7b 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -434,7 +434,6 @@ static ERR_STRING_DATA SSL_str_reasons[] = {
     {ERR_REASON(SSL_R_BAD_ECC_CERT), "bad ecc cert"},
     {ERR_REASON(SSL_R_BAD_ECDSA_SIGNATURE), "bad ecdsa signature"},
     {ERR_REASON(SSL_R_BAD_ECPOINT), "bad ecpoint"},
-    {ERR_REASON(SSL_R_BAD_GOST_SIGNATURE), "bad gost signature"},
     {ERR_REASON(SSL_R_BAD_HANDSHAKE_LENGTH), "bad handshake length"},
     {ERR_REASON(SSL_R_BAD_HELLO_REQUEST), "bad hello request"},
     {ERR_REASON(SSL_R_BAD_LENGTH), "bad length"},
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to