Revert "Missing perldoc markup around < literal"
[openssl.git] / apps / pkeyutl.c
index 87e49501ab372afa3438c37402c21dc71c10fe18..4c267c1eecf1d13c45e484262b9415c0fd2f5bef 100644 (file)
@@ -229,6 +229,9 @@ 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);