mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 11:44:37 +00:00
Addenum to commit#18074: Expand OPENSSL_ia32cap to 64 bits.
This commit is contained in:
parent
6c8b9259fc
commit
ff65e94e04
@ -543,8 +543,8 @@ void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
|
|||||||
void OpenSSLDie(const char *file,int line,const char *assertion);
|
void OpenSSLDie(const char *file,int line,const char *assertion);
|
||||||
#define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
|
#define OPENSSL_assert(e) (void)((e) ? 0 : (OpenSSLDie(__FILE__, __LINE__, #e),1))
|
||||||
|
|
||||||
unsigned long *OPENSSL_ia32cap_loc(void);
|
unsigned int *OPENSSL_ia32cap_loc(void);
|
||||||
#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
|
#define OPENSSL_ia32cap ((OPENSSL_ia32cap_loc())[0])
|
||||||
|
|
||||||
/* BEGIN ERROR CODES */
|
/* BEGIN ERROR CODES */
|
||||||
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
/* The following lines are auto generated by the script mkerr.pl. Any changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user