X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err.c;h=88e741e9fd1c2d479f6e512605b6081d28d8b3a9;hp=1bfa56328e0fb94bdd575d55088c462ef7ae2a49;hb=635c8f771574fbf48281b2372a2f7aba0c673544;hpb=d273b60b41d88cad8d2fcf66e3e85057bbb67706 diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 1bfa56328e..88e741e9fd 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -714,6 +714,8 @@ static const ERR_STRING_DATA SSL_str_reasons[] = { {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_SSL_FILETYPE), "bad ssl filetype"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_VALUE), "bad value"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_WRITE_RETRY), "bad write retry"}, + {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BINDER_DOES_NOT_VERIFY), + "binder does not verify"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BIO_NOT_SET), "bio not set"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BLOCK_CIPHER_PAD_IS_WRONG), "block cipher pad is wrong"},