Use minimum and maximum protocol version instead of version fixed methods
[oweals/openssl.git] / apps / rsautl.c
index 08e4d5635ef0a65a3ec8575f00b6989b5e6eeab1..728352cbd4c0753d2375882706c0e7d7aaa53ff2 100644 (file)
@@ -231,7 +231,7 @@ int rsautl_main(int argc, char **argv)
         break;
 
     case KEY_CERT:
-        x = load_cert(keyfile, keyformat, NULL, e, "Certificate");
+        x = load_cert(keyfile, keyformat, "Certificate");
         if (x) {
             pkey = X509_get_pubkey(x);
             X509_free(x);