Add RAND_UNIMPLEMENTED error code
[openssl.git] / include / openssl / randerr.h
index 80f1a689393350fac55d2e04c941ff916bf57bef..5c9ab86507488730e1e97ba5a73b27803e1550de 100644 (file)
@@ -27,6 +27,7 @@ int ERR_load_RAND_strings(void);
 /*
  * RAND reason codes.
  */
+# define RAND_R_FUNC_NOT_IMPLEMENTED                      101
 # define RAND_R_PRNG_NOT_SEEDED                           100
 
 #endif