diff options
Diffstat (limited to 'usr.bin/openssl/pkeyparam.c')
-rw-r--r-- | usr.bin/openssl/pkeyparam.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/openssl/pkeyparam.c b/usr.bin/openssl/pkeyparam.c index b4369298a88..e5152dfbf96 100644 --- a/usr.bin/openssl/pkeyparam.c +++ b/usr.bin/openssl/pkeyparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.5 2015/04/11 15:41:57 jsing Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.6 2015/08/22 16:36:05 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -123,8 +123,6 @@ pkeyparam_usage() options_usage(pkeyparam_options); } -int pkeyparam_main(int, char **); - int pkeyparam_main(int argc, char **argv) { |