X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_err.c;h=3ddc805b537067cb2445b0210486900972626882;hp=358abef1e6fe2691a3df930c20096d0b7c2a5705;hb=673eadec2c9032e938040d5eba241baed30d2c10;hpb=27a186cd5daa0951cc3a83a5d37d7dc5b98d88c7 diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c index 358abef1e6..3ddc805b53 100644 --- a/ssl/ssl_err.c +++ b/ssl/ssl_err.c @@ -318,6 +318,7 @@ static ERR_STRING_DATA SSL_str_reasons[]= {SSL_R_REUSE_CERT_LENGTH_NOT_ZERO ,"reuse cert length not zero"}, {SSL_R_REUSE_CERT_TYPE_NOT_ZERO ,"reuse cert type not zero"}, {SSL_R_REUSE_CIPHER_LIST_NOT_ZERO ,"reuse cipher list not zero"}, +{SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED ,"session id context uninitialized"}, {SSL_R_SHORT_READ ,"short read"}, {SSL_R_SIGNATURE_FOR_NON_SIGNING_CERTIFICATE,"signature for non signing certificate"}, {SSL_R_SSL23_DOING_SESSION_ID_REUSE ,"ssl23 doing session id reuse"},