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:03:57 +0000 (13:03 +0000)
commit70e5fd877890489a3972bf8bf50bfec1fca3875e
tree8f61626b54eb4c8cd87a97b733f9dad32b03d11f
parentc62e94d805fa2900a0d6d723715aaf45f75b6c14
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