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:07:31 +0000 (13:07 +0000)
commit8338cf0bdb9a5b17cd46a0bf8f58c15f10960586
tree09eca31fec1f9802702ab474ea4047da3ce44d30
parentddbf312fb4ae31eb2e87af736e0a3b5b347d736a
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>
apps/s_client.c