]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/evp.h
Updates for auto init/deinit review comments
[thirdparty/openssl.git] / include / openssl / evp.h
index 91305b87b9d86690aee712fdbafae7d2b96e30b3..e3c75e9d3077e7c4d9123d12afdae1e885698589 100644 (file)
@@ -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() \