OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use it
[oweals/openssl.git] / include / openssl / crypto.h
index f8789176d575c06ec0281d102fdcd8970fc8436e..e16e3e47438c46e3e1cf17437b4638efea665f3b 100644 (file)
@@ -181,6 +181,7 @@ const char *OPENSSL_info(int type);
 # define OPENSSL_INFO_DSO_EXTENSION             1004
 # define OPENSSL_INFO_DIR_FILENAME_SEPARATOR    1005
 # define OPENSSL_INFO_LIST_SEPARATOR            1006
+# define OPENSSL_INFO_SEED_SOURCE               1007
 
 int OPENSSL_issetugid(void);