=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/ecparam.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/openssl/ecparam.c 2015/06/20 14:24:49 1.9 --- src/usr.bin/openssl/ecparam.c 2015/07/20 03:02:46 1.10 *************** *** 1,4 **** ! /* $OpenBSD: ecparam.c,v 1.9 2015/06/20 14:24:49 jsing Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ --- 1,4 ---- ! /* $OpenBSD: ecparam.c,v 1.10 2015/07/20 03:02:46 doug Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ *************** *** 406,413 **** goto end; } if (ecparam_config.check) { - if (group == NULL) - BIO_printf(bio_err, "no elliptic curve parameters\n"); BIO_printf(bio_err, "checking elliptic curve parameters: "); if (!EC_GROUP_check(group, NULL)) { BIO_printf(bio_err, "failed\n"); --- 406,411 ----