]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_init.c
Prepare EVP_MAC infrastructure for moving all MACs to providers
[thirdparty/openssl.git] / ssl / ssl_init.c
index 0451d190466e75ac645a2d1f1558f7c3a35fc5ee..86296136d630529cb50db8615a2b6f853eeb93de 100644 (file)
@@ -181,8 +181,7 @@ int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS * settings)
     }
 
     opts |= OPENSSL_INIT_ADD_ALL_CIPHERS
-         |  OPENSSL_INIT_ADD_ALL_DIGESTS
-         |  OPENSSL_INIT_ADD_ALL_MACS;
+         |  OPENSSL_INIT_ADD_ALL_DIGESTS;
 #ifndef OPENSSL_NO_AUTOLOAD_CONFIG
     if ((opts & OPENSSL_INIT_NO_LOAD_CONFIG) == 0)
         opts |= OPENSSL_INIT_LOAD_CONFIG;