=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkeyparam.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/openssl/pkeyparam.c 2015/04/11 15:41:57 1.5 --- src/usr.bin/openssl/pkeyparam.c 2015/08/22 16:36:05 1.6 *************** *** 1,4 **** ! /* $OpenBSD: pkeyparam.c,v 1.5 2015/04/11 15:41:57 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ --- 1,4 ---- ! /* $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 */ *************** *** 122,129 **** "[-text]\n"); options_usage(pkeyparam_options); } - - int pkeyparam_main(int, char **); int pkeyparam_main(int argc, char **argv) --- 122,127 ----