Add new EC_METHOD for X25519.
[openssl.git] / apps / x509.c
index 2b9cb25a8e03c9014c1811fcd95b42e69bb7af8b..66dd2ff77e655e217d83b08d294cc1916440100c 100644 (file)
@@ -612,12 +612,12 @@ int x509_main(int argc, char **argv)
             EVP_PKEY_free(pkey);
         }
     } else
-        x = load_cert(infile, informat, NULL, e, "Certificate");
+        x = load_cert(infile, informat, "Certificate");
 
     if (x == NULL)
         goto end;
     if (CA_flag) {
-        xca = load_cert(CAfile, CAformat, NULL, e, "CA Certificate");
+        xca = load_cert(CAfile, CAformat, "CA Certificate");
         if (xca == NULL)
             goto end;
     }