Loading apps/ca.c +41 −42 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ int ca_main(int argc, char **argv) char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; char *serialfile = NULL, *startdate = NULL, *subj = NULL; char *prog, *enddate = NULL, *tmp_email_dn = NULL; char *dbfile = NULL, *f, *randfile = NULL, *tofree = NULL; char *dbfile = NULL, *f, *randfile = NULL; char buf[3][BSIZE]; char *const *pp; const char *p; Loading Loading @@ -1230,7 +1230,6 @@ end_of_options: /*****************************************************************/ ret = 0; end: OPENSSL_free(tofree); BIO_free_all(Cout); BIO_free_all(Sout); BIO_free_all(out); Loading apps/srp.c +2 −2 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ int srp_main(int argc, char **argv) int doupdatedb = 0, mode = OPT_ERR; char *user = NULL, *passinarg = NULL, *passoutarg = NULL; char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; char *randfile = NULL, *tofree = NULL, *section = NULL; char *randfile = NULL, *section = NULL; char **gNrow = NULL, *configfile = NULL; char *srpvfile = NULL, **pp, *prog; OPTION_CHOICE o; Loading Loading @@ -596,7 +596,7 @@ int srp_main(int argc, char **argv) if (verbose) BIO_printf(bio_err, "SRP terminating with code %d.\n", ret); OPENSSL_free(tofree); if (ret) ERR_print_errors(bio_err); if (randfile) Loading Loading
apps/ca.c +41 −42 Original line number Diff line number Diff line Loading @@ -240,7 +240,7 @@ int ca_main(int argc, char **argv) char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; char *serialfile = NULL, *startdate = NULL, *subj = NULL; char *prog, *enddate = NULL, *tmp_email_dn = NULL; char *dbfile = NULL, *f, *randfile = NULL, *tofree = NULL; char *dbfile = NULL, *f, *randfile = NULL; char buf[3][BSIZE]; char *const *pp; const char *p; Loading Loading @@ -1230,7 +1230,6 @@ end_of_options: /*****************************************************************/ ret = 0; end: OPENSSL_free(tofree); BIO_free_all(Cout); BIO_free_all(Sout); BIO_free_all(out); Loading
apps/srp.c +2 −2 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ int srp_main(int argc, char **argv) int doupdatedb = 0, mode = OPT_ERR; char *user = NULL, *passinarg = NULL, *passoutarg = NULL; char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; char *randfile = NULL, *tofree = NULL, *section = NULL; char *randfile = NULL, *section = NULL; char **gNrow = NULL, *configfile = NULL; char *srpvfile = NULL, **pp, *prog; OPTION_CHOICE o; Loading Loading @@ -596,7 +596,7 @@ int srp_main(int argc, char **argv) if (verbose) BIO_printf(bio_err, "SRP terminating with code %d.\n", ret); OPENSSL_free(tofree); if (ret) ERR_print_errors(bio_err); if (randfile) Loading