diff options
Diffstat (limited to 'main/openssl/crypto/cryptlib.h')
| -rw-r--r-- | main/openssl/crypto/cryptlib.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/main/openssl/crypto/cryptlib.h b/main/openssl/crypto/cryptlib.h index fc249c57..d26f9630 100644 --- a/main/openssl/crypto/cryptlib.h +++ b/main/openssl/crypto/cryptlib.h @@ -99,8 +99,8 @@ extern "C" {  #define HEX_SIZE(type)		(sizeof(type)*2)  void OPENSSL_cpuid_setup(void); -extern unsigned long OPENSSL_ia32cap_P; -void OPENSSL_showfatal(const char *,...); +extern unsigned int OPENSSL_ia32cap_P[]; +void OPENSSL_showfatal(const char *fmta,...);  void *OPENSSL_stderr(void);  extern int OPENSSL_NONPIC_relocated; | 
