aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-09 13:12:34 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:12:02 +0000
commit35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d (patch)
treec9607dad528f347acd79d322e4d4b88dbc115c7a /include
parent722cba232150ff4d7c3ea5cae0d1e90e38a5d7d3 (diff)
downloadopenssl-35d8fa563c9abc80c6e8d87396ab48dbd1a4c78d.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index 91305b87b9..e3c75e9d30 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -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() \