X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcryptlib.h;h=1761f6b6687908cce502f55358ada33739edd8d3;hp=5ceaa964b5324fa51966bea5db4b6d2f841d84e5;hb=b7056b641418327cc82112cab236785e57a0b61b;hpb=e476f9421288aedee52a65ec813c7683ff0ccf5f diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 5ceaa964b5..1761f6b668 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -99,11 +99,10 @@ extern "C" { #define HEX_SIZE(type) (sizeof(type)*2) void OPENSSL_cpuid_setup(void); -extern unsigned long OPENSSL_ia32cap_P; +extern unsigned int OPENSSL_ia32cap_P[]; void OPENSSL_showfatal(const char *,...); void *OPENSSL_stderr(void); extern int OPENSSL_NONPIC_relocated; -int OPENSSL_isservice(void); #ifdef __cplusplus }