Centralise loading default apps config file
[oweals/openssl.git] / apps / pkeyutl.c
index c3e18895a78db01a96ae4af53abc5d71256cf63d..82ebdeee9ecca0e3612b3b3305dd45f76c098b34 100644 (file)
@@ -230,9 +230,6 @@ int pkeyutl_main(int argc, char **argv)
     if (ctx == NULL)
         goto opthelp;
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY)) {
         BIO_printf(bio_err,
                    "%s: Signature file specified for non verify\n", prog);