From e303f55fc7dcfce113d71e0ab9652c69fb1ec36d Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 26 Apr 2009 17:49:41 +0000 Subject: Expand OPENSS_ia32cap to 64 bits. --- crypto/cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/cryptlib.h') diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h index 5ceaa964b5..4761a894a8 100644 --- a/crypto/cryptlib.h +++ b/crypto/cryptlib.h @@ -99,7 +99,7 @@ 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; -- cgit v1.2.3