New error code ERR_R_DISABLED
[openssl.git] / crypto / err / err.c
index 5abe44e6d57d7b63cf6475a3ef275c93eb080db6..85ff9a52ddcb78635412394ecb1a43ecfffda848 100644 (file)
@@ -208,6 +208,7 @@ static ERR_STRING_DATA ERR_str_reasons[]=
 {ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED     ,"called a function you should not call"},
 {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"},
 
 {0,NULL},
        };