X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr.c;h=5e1d5c55b422cf3c86a1ec0063070580982f72c8;hp=72656339c564205aca582db5bc124e5a1689854a;hb=302f75887e52bbe0ab7a5806335a0a1264323b07;hpb=0fc32b0718ec210e03b6d8623d4819ed04615a1b diff --git a/crypto/err/err.c b/crypto/err/err.c index 72656339c5..5e1d5c55b4 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -223,6 +223,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = { {ERR_R_PASSED_NULL_PARAMETER, "passed a null parameter"}, {ERR_R_INTERNAL_ERROR, "internal error"}, {ERR_R_DISABLED, "called a function that was disabled at compile-time"}, + {ERR_R_INIT_FAIL, "init fail"}, {0, NULL}, };