X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fgenpkey.c;h=d80983350a86b5e3ee86d08a1747a2cc2049f3bd;hb=d40a1f72b6a298ee34c9de2c96b222d70609ce4c;hp=c29b1947a674ffa7b4eaa3e6c368250eb9fb27a2;hpb=d303b9d85e1888494785f87ebd9bd233e63564a9;p=oweals%2Fopenssl.git diff --git a/apps/genpkey.c b/apps/genpkey.c index c29b1947a6..d80983350a 100644 --- a/apps/genpkey.c +++ b/apps/genpkey.c @@ -184,7 +184,7 @@ int genpkey_main(int argc, char **argv) if (!app_load_modules(NULL)) goto end; - out = bio_open_owner(outfile, WB(outformat), private); + out = bio_open_owner(outfile, outformat, private); if (out == NULL) goto end;