Attempt to log an error if init failed
[openssl.git] / crypto / err / err.c
index 72656339c564205aca582db5bc124e5a1689854a..5e1d5c55b422cf3c86a1ec0063070580982f72c8 100644 (file)
@@ -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},
 };