Add RAND_UNIMPLEMENTED error code
[openssl.git] / crypto / rand / rand_err.c
index 177a109498b12b57d77156caa92cc2324264ac27..6888ed9d9bb4176562fd040191125242c03ac4ed 100644 (file)
@@ -19,6 +19,8 @@ static const ERR_STRING_DATA RAND_str_functs[] = {
 };
 
 static const ERR_STRING_DATA RAND_str_reasons[] = {
+    {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_FUNC_NOT_IMPLEMENTED),
+    "Function not implemented"},
     {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_PRNG_NOT_SEEDED), "PRNG not seeded"},
     {0, NULL}
 };