=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/crl.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/openssl/crl.c 2014/10/13 02:46:14 1.5 --- src/usr.bin/openssl/crl.c 2014/12/28 15:48:52 1.6 *************** *** 1,4 **** ! /* $OpenBSD: crl.c,v 1.5 2014/10/13 02:46:14 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: crl.c,v 1.6 2014/12/28 15:48:52 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 244,250 **** crl_config.informat = FORMAT_PEM; crl_config.outformat = FORMAT_PEM; ! if (options_parse(argc, argv, crl_options, &digest_name) != 0) { crl_usage(); goto end; } --- 244,250 ---- crl_config.informat = FORMAT_PEM; crl_config.outformat = FORMAT_PEM; ! if (options_parse(argc, argv, crl_options, &digest_name, NULL) != 0) { crl_usage(); goto end; }