X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Focsp.c;h=0f8ddcc33ffe8e9211449908ef0b039aa4a05425;hp=960b77681afad82ff366e2ded01553f850bbb75d;hb=a0a82324f96;hpb=d175e8a6c23ca212bf57ff78fdbca6942f3e0ef7 diff --git a/apps/ocsp.c b/apps/ocsp.c index 960b77681a..0f8ddcc33f 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -494,9 +494,6 @@ int ocsp_main(int argc, char **argv) if (!req && !reqin && !respin && !(port && ridx_filename)) goto opthelp; - if (!app_load_modules(NULL)) - goto end; - out = bio_open_default(outfile, 'w', FORMAT_TEXT); if (out == NULL) goto end;