Cut'n'paste error corrected

This commit is contained in:
Richard Levitte 2000-07-07 17:08:10 +00:00
parent 9188480827
commit c7a48d3d00

View file

@ -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);
}