14 lines
658 B
Plaintext
14 lines
658 B
Plaintext
--- a/include/openssl/crypto.h.in 2022-11-01 14:14:36.000000000 +0000
|
|
+++ b/include/openssl/crypto.h.in 2024-01-15 13:16:33.352505585 +0000
|
|
@@ -455,7 +455,9 @@ int CRYPTO_memcmp(const void * in_a, con
|
|
# define OPENSSL_INIT_ENGINE_ALL_BUILTIN \
|
|
(OPENSSL_INIT_ENGINE_RDRAND | OPENSSL_INIT_ENGINE_DYNAMIC \
|
|
| OPENSSL_INIT_ENGINE_CRYPTODEV | OPENSSL_INIT_ENGINE_CAPI | \
|
|
- OPENSSL_INIT_ENGINE_PADLOCK)
|
|
+ OPENSSL_INIT_ENGINE_PADLOCK | OPENSSL_INIT_LOAD_CONFIG | \
|
|
+ OPENSSL_INIT_ADD_ALL_DIGESTS | OPENSSL_INIT_ADD_ALL_CIPHERS | \
|
|
+ OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS)
|
|
|
|
/* Library initialisation functions */
|
|
void OPENSSL_cleanup(void);
|