diff options
Diffstat (limited to 'apps/smime.c')
-rw-r--r-- | apps/smime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/smime.c b/apps/smime.c index 4dfc80d440..5ecdc019d2 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -449,8 +449,7 @@ int smime_main(int argc, char **argv) } if (certfile != NULL) { - if (!load_certs(certfile, &other, FORMAT_PEM, NULL, - "certificate file")) { + if (!load_certs(certfile, &other, NULL, "certificates")) { ERR_print_errors(bio_err); goto end; } |