DECODER: use property definitions instead of getting implementation parameters
[openssl.git] / crypto / err / err.c
index 84bb429c6408abc04f8cb08b56ee3fbf6f59827f..9b1a15d5bdf8bb6ec8f65691a777ad17520e840b 100644 (file)
@@ -125,6 +125,8 @@ static ERR_STRING_DATA ERR_str_reasons[] = {
      * unsupported.
      */
     {ERR_R_FETCH_FAILED, "fetch failed"},
+
+    {ERR_R_INVALID_PROPERTY_DEFINITION, "invalid property definition"},
     {0, NULL},
 };
 #endif