X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fsmime.c;h=b05bd704e88715a825c5e1fc1e5a2895f51183c5;hp=42451728db540c335681271e5c7776b6ec1da31e;hb=253ef2187cb5c70ac873fc37c370421a0b1998be;hpb=c0455cbb180e4662a734f11dbcb1f94beb2376a9 diff --git a/apps/smime.c b/apps/smime.c index 42451728db..b05bd704e8 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -109,6 +109,12 @@ int MAIN(int argc, char **argv) args = argv + 1; ret = 1; + apps_startup(); + + if (bio_err == NULL) + if ((bio_err = BIO_new(BIO_s_file())) != NULL) + BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT); + if (!load_config(bio_err, NULL)) goto end;