Loading apps/x509.c +5 −7 Original line number Diff line number Diff line Loading @@ -450,10 +450,6 @@ int x509_main(int argc, char **argv) if (!nmflag_set) nmflag = XN_FLAG_ONELINE; out = bio_open_default(outfile, 'w', outformat); if (out == NULL) goto end; if (need_rand) app_RAND_load_file(NULL, 0); Loading Loading @@ -579,10 +575,12 @@ int x509_main(int argc, char **argv) goto end; } if (!noout || text || next_serial) { OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); out = bio_open_default(outfile, 'w', outformat); if (out == NULL) goto end; } if (!noout || text || next_serial) OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); if (alias) X509_alias_set1(x, (unsigned char *)alias, -1); Loading Loading
apps/x509.c +5 −7 Original line number Diff line number Diff line Loading @@ -450,10 +450,6 @@ int x509_main(int argc, char **argv) if (!nmflag_set) nmflag = XN_FLAG_ONELINE; out = bio_open_default(outfile, 'w', outformat); if (out == NULL) goto end; if (need_rand) app_RAND_load_file(NULL, 0); Loading Loading @@ -579,10 +575,12 @@ int x509_main(int argc, char **argv) goto end; } if (!noout || text || next_serial) { OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); out = bio_open_default(outfile, 'w', outformat); if (out == NULL) goto end; } if (!noout || text || next_serial) OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3"); if (alias) X509_alias_set1(x, (unsigned char *)alias, -1); Loading