X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err.c;h=665d74fe0474fcf749fab494429b0714c0e1a597;hp=93010137274fb0f1b08a7f9379e08d1fe14e4349;hb=d18b716d259d6d3b68ff7f49d154b9158b98df65;hpb=1e4cb467e1a6ea6925a4f4f2781f864e547ea032 diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 9301013727..665d74fe04 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -603,6 +603,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {ERR_REASON(SSL_R_USE_SRTP_NOT_NEGOTIATED),"use srtp not negotiated"}, {ERR_REASON(SSL_R_WRITE_BIO_NOT_SET) ,"write bio not set"}, {ERR_REASON(SSL_R_WRONG_CIPHER_RETURNED) ,"wrong cipher returned"}, +{ERR_REASON(SSL_R_WRONG_CURVE) ,"wrong curve"}, {ERR_REASON(SSL_R_WRONG_MESSAGE_TYPE) ,"wrong message type"}, {ERR_REASON(SSL_R_WRONG_NUMBER_OF_KEY_BITS),"wrong number of key bits"}, {ERR_REASON(SSL_R_WRONG_SIGNATURE_LENGTH),"wrong signature length"},