remove unused error code
authorDr. Stephen Henson <steve@openssl.org>
Tue, 22 Dec 2015 16:16:35 +0000 (16:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 22 Dec 2015 16:16:35 +0000 (16:16 +0000)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/ssl.h
ssl/ssl_err.c

index f700828c988962fe3c4941a805a443942277f86e..119b50fc0e6cc5091b8a3ecf58573a38c3d25f52 100644 (file)
@@ -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
index c29c36b9985d4a424d98fb23c79857819915a4be..0c40b7b3ec08d1ef0a46fdea2223ca0644e29457 100644 (file)
@@ -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"},