=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ecparam.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/openssl/ecparam.c 2014/12/28 14:21:42 1.7 --- src/usr.bin/openssl/ecparam.c 2014/12/28 15:48:52 1.8 *************** *** 1,4 **** ! /* $OpenBSD: ecparam.c,v 1.7 2014/12/28 14:21:42 jsing Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ --- 1,4 ---- ! /* $OpenBSD: ecparam.c,v 1.8 2014/12/28 15:48:52 jsing Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ *************** *** 277,283 **** ecparam_config.informat = FORMAT_PEM; ecparam_config.outformat = FORMAT_PEM; ! if (options_parse(argc, argv, ecparam_options, NULL) != 0) { ecparam_usage(); goto end; } --- 277,283 ---- ecparam_config.informat = FORMAT_PEM; ecparam_config.outformat = FORMAT_PEM; ! if (options_parse(argc, argv, ecparam_options, NULL, NULL) != 0) { ecparam_usage(); goto end; }