Updates for auto init/deinit review comments
Fixes for the auto-init/deinit code based on review comments Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -876,7 +876,7 @@ const EVP_CIPHER *EVP_seed_ofb(void);
|
||||
| OPENSSL_INIT_LOAD_CONFIG, NULL)
|
||||
# define OPENSSL_add_all_algorithms_noconf() \
|
||||
OPENSSL_INIT_crypto_library_start(OPENSSL_INIT_ADD_ALL_CIPHERS \
|
||||
OPENSSL_INIT_ADD_ALL_DIGESTS, NULL)
|
||||
| OPENSSL_INIT_ADD_ALL_DIGESTS, NULL)
|
||||
|
||||
# ifdef OPENSSL_LOAD_CONF
|
||||
# define OpenSSL_add_all_algorithms() \
|
||||
|
||||
Reference in New Issue
Block a user