From c7a48d3d0085914f9de87172b5580ae7a683533e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 7 Jul 2000 17:08:10 +0000 Subject: [PATCH] Cut'n'paste error corrected --- apps/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/req.c b/apps/req.c index 248e94fe7e..7a70094c3b 100644 --- a/apps/req.c +++ b/apps/req.c @@ -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); } -- 2.25.1