Add the common error ERR_R_OPERATION_FAIL
[openssl.git] / crypto / err / err.c
index 1c5d9e72798af3ecc82ea28ef675b448bbffe6e7..7cda5e19f558d21fcb5cdb66b19d9e18ac674fa1 100644 (file)
@@ -117,6 +117,7 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
     {ERR_R_INTERNAL_ERROR, "internal error"},
     {ERR_R_DISABLED, "called a function that was disabled at compile-time"},
     {ERR_R_INIT_FAIL, "init fail"},
+    {ERR_R_OPERATION_FAIL, "operation fail"},
 
     {0, NULL},
 };