]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix error message when loading engines from config
authorDmitry Belyavsky <beldmit@gmail.com>
Fri, 16 Oct 2015 09:07:57 +0000 (10:07 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 16 Oct 2015 09:11:46 +0000 (10:11 +0100)
commit1f08d945a79ad79c98fb84167c613934ee96d8e1
tree84287bd867202a8129b15c26ca01d5b217409c83
parent8b7080b0b7f30669c0784d8aa73388f95bbd056b
Fix error message when loading engines from config

When using command line applications errors occur when trying to
load engines specified in a config file. Introduced by commit
a0a82324f96

RT#4093

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/openssl.c