From: Kurt Cancemi Date: Thu, 22 Sep 2016 22:05:37 +0000 (-0400) Subject: Add missing error string for SSL_R_TOO_MANY_WARN_ALERTS X-Git-Tag: OpenSSL_1_0_2k~72 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f1f97699cb5e01f1b7e37f4c92df1a9bce6772f5;p=oweals%2Fopenssl.git Add missing error string for SSL_R_TOO_MANY_WARN_ALERTS Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 79aaf1a838..a4c17a6bf3 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -753,6 +753,7 @@ static ERR_STRING_DATA SSL_str_reasons[] = { "tls illegal exporter label"}, {ERR_REASON(SSL_R_TLS_INVALID_ECPOINTFORMAT_LIST), "tls invalid ecpointformat list"}, + {ERR_REASON(SSL_R_TOO_MANY_WARN_ALERTS), "too many warn alerts"}, {ERR_REASON(SSL_R_TLS_PEER_DID_NOT_RESPOND_WITH_CERTIFICATE_LIST), "tls peer did not respond with certificate list"}, {ERR_REASON(SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG),