X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err.c;h=34e8ec407615cf1fe5627bec303e70b4f9a097bb;hp=f0bde60994a0f240aa7a1b31a5e2ec749c83398b;hb=e440f51395f10e307f720213bd75393e446024a3;hpb=532f95783e2bff4d7f4e8086297ed8e0b25561f7;ds=sidebyside diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index f0bde60994..34e8ec4076 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -952,6 +952,8 @@ static const ERR_STRING_DATA SSL_str_reasons[] = { "no client cert method"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NO_COMPRESSION_SPECIFIED), "no compression specified"}, + {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NO_COOKIE_CALLBACK_SET), + "no cookie callback set"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NO_GOST_CERTIFICATE_SENT_BY_PEER), "Peer haven't sent GOST certificate, required for selected ciphersuite"}, {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NO_METHOD_SPECIFIED),