Rename -set-serial command to req
[openssl.git] / apps / enc.c
index 5ffb1f030c3a55bf81ddedbff6b445658752042c..b0c82d6a34eba452c85ce736d9de1c1b70697862 100644 (file)
@@ -295,9 +295,6 @@ 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;