diff options
Diffstat (limited to 'lib/libssl/src/apps/pkeyparam.c')
-rw-r--r-- | lib/libssl/src/apps/pkeyparam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/apps/pkeyparam.c b/lib/libssl/src/apps/pkeyparam.c index 6b1ce3d482d..3ae73efb681 100644 --- a/lib/libssl/src/apps/pkeyparam.c +++ b/lib/libssl/src/apps/pkeyparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.8 2014/07/12 17:54:31 jsing Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.9 2014/07/14 00:35:10 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -67,7 +67,7 @@ int pkeyparam_main(int, char **); -int +int pkeyparam_main(int argc, char **argv) { char **args, *infile = NULL, *outfile = NULL; |