=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/smime.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/openssl/smime.c 2014/08/26 17:47:25 1.1 --- src/usr.bin/openssl/smime.c 2015/02/08 10:22:45 1.2 *************** *** 1,4 **** ! /* $OpenBSD: smime.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ --- 1,4 ---- ! /* $OpenBSD: smime.c,v 1.2 2015/02/08 10:22:45 doug Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ *************** *** 446,455 **** encerts = sk_X509_new_null(); while (*args) { if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, ! NULL, e, "recipient certificate file"))) { ! #if 0 /* An appropriate message is already printed */ ! BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args); ! #endif goto end; } sk_X509_push(encerts, cert); --- 446,452 ---- encerts = sk_X509_new_null(); while (*args) { if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, ! NULL, e, "recipient certificate file"))) { goto end; } sk_X509_push(encerts, cert);