mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Add DllMain to fips symbols: will need to call this in FIPS capable OpenSSL.
This commit is contained in:
parent
071eb6b592
commit
30ff3278ae
@ -144,6 +144,7 @@
|
||||
#define BUF_strlcat FIPS_buf_strlcat
|
||||
#define BUF_strlcpy FIPS_buf_strlcpy
|
||||
#define BUF_strndup FIPS_buf_strndup
|
||||
#define DllMain fips_dllmain
|
||||
#define CRYPTO_THREADID_cmp FIPS_crypto_threadid_cmp
|
||||
#define CRYPTO_THREADID_cpy FIPS_crypto_threadid_cpy
|
||||
#define CRYPTO_THREADID_current FIPS_crypto_threadid_current
|
||||
|
Loading…
Reference in New Issue
Block a user