X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fcrypto.h;h=da62eef1b142ad3c1cf79469a4abd90eb6cb9ea4;hp=f8789176d575c06ec0281d102fdcd8970fc8436e;hb=7e8c3381937354cf171ceaf4c69315e9a45d4858;hpb=e74bd29053a543ab4908ae8545b46f2e38c98bab diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index f8789176d5..da62eef1b1 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -158,7 +158,7 @@ int OPENSSL_hexchar2int(unsigned char c); # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type)) -DEPRECATEDIN_3(unsigned long OpenSSL_version_num(void)) +unsigned long OpenSSL_version_num(void); const char *OpenSSL_version(int type); # define OPENSSL_VERSION 0 # define OPENSSL_CFLAGS 1 @@ -169,6 +169,7 @@ const char *OpenSSL_version(int type); # define OPENSSL_VERSION_STRING 6 # define OPENSSL_FULL_VERSION_STRING 7 # define OPENSSL_MODULES_DIR 8 +# define OPENSSL_CPU_INFO 9 const char *OPENSSL_info(int type); /* @@ -181,6 +182,8 @@ 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 +# define OPENSSL_INFO_CPU_SETTINGS 1008 int OPENSSL_issetugid(void);