mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
remove unused error code
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
5378186199
commit
e091c83e72
@ -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
|
||||
|
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user