Cut'n'paste error corrected
This commit is contained in:
parent
9188480827
commit
c7a48d3d00
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue