commit | a773b52a61bb269e75ebbac01cfca9ebcb6c78b9 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@akamai.com> | Sat Feb 13 22:33:56 2016 -0500 |
committer | Rich Salz <rsalz@openssl.org> | Mon Feb 22 13:39:44 2016 -0500 |
tree | b70a39274abcb667620e2bb8f99570cad672ea65 | |
parent | 5de75fb4fb0a0f724c259a5477603c7d0dfd2235 [diff] [blame] |
Remove unused parameters from internal functions Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c index 8e11777..91ef8d7 100644 --- a/apps/pkeyutl.c +++ b/apps/pkeyutl.c
@@ -390,7 +390,7 @@ break; case KEY_CERT: - x = load_cert(keyfile, keyform, NULL, e, "Certificate"); + x = load_cert(keyfile, keyform, "Certificate"); if (x) { pkey = X509_get_pubkey(x); X509_free(x);