diff options
Diffstat (limited to '')
-rw-r--r-- | src/usr.bin/openssl/smime.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/smime.c b/src/usr.bin/openssl/smime.c index 155bb8b03d..8b76ea9e78 100644 --- a/src/usr.bin/openssl/smime.c +++ b/src/usr.bin/openssl/smime.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: smime.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */ | 1 | /* $OpenBSD: smime.c,v 1.2 2015/02/08 10:22:45 doug Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project. | 3 | * project. |
4 | */ | 4 | */ |
@@ -446,10 +446,7 @@ argerr: | |||
446 | encerts = sk_X509_new_null(); | 446 | encerts = sk_X509_new_null(); |
447 | while (*args) { | 447 | while (*args) { |
448 | if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, | 448 | if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, |
449 | NULL, e, "recipient certificate file"))) { | 449 | NULL, e, "recipient certificate file"))) { |
450 | #if 0 /* An appropriate message is already printed */ | ||
451 | BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args); | ||
452 | #endif | ||
453 | goto end; | 450 | goto end; |
454 | } | 451 | } |
455 | sk_X509_push(encerts, cert); | 452 | sk_X509_push(encerts, cert); |