Loading apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,7 @@ bad: BIO_printf(bio_err,"can't use that engine\n"); goto end; } BIO_printf(bio_err,"engine \"%s\" set.\n", *argv); BIO_printf(bio_err,"engine \"%s\" set.\n", engine); /* Free our "structural" reference. */ ENGINE_free(e); } Loading Loading
apps/req.c +1 −1 Original line number Diff line number Diff line Loading @@ -544,7 +544,7 @@ bad: BIO_printf(bio_err,"can't use that engine\n"); goto end; } BIO_printf(bio_err,"engine \"%s\" set.\n", *argv); BIO_printf(bio_err,"engine \"%s\" set.\n", engine); /* Free our "structural" reference. */ ENGINE_free(e); } Loading