Fix bug in s_client. Previously default verify locations would only be loaded
authorMatt Caswell <matt@openssl.org>
Wed, 25 Feb 2015 11:30:43 +0000 (11:30 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Mar 2015 13:09:31 +0000 (13:09 +0000)
commitfe9b85c3cb79f1e29e61f01de105b34ce8177190
tree6c6e468528784ca07c22a9079db2c10faa74febe
parent42c9c7103c8e7fd73dafa0500120f8e34fd659c3
Fix bug in s_client. Previously default verify locations would only be loaded
if CAfile or CApath were also supplied and successfully loaded first.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit 70e5fd877890489a3972bf8bf50bfec1fca3875e)
apps/s_client.c