Restore module loading
[openssl.git] / apps / enc.c
index e4d490f25848dd7ac84f65bb9ffd943e061f8118..d045d159651627bb8ba56ed4170551020b023f93 100644 (file)
@@ -294,6 +294,9 @@ int enc_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     if (cipher && EVP_CIPHER_flags(cipher) & EVP_CIPH_FLAG_AEAD_CIPHER) {
         BIO_printf(bio_err, "%s: AEAD ciphers not supported\n", prog);
         goto end;