Fix a bug loading the default certificate path locations.
authorbcook <bcook@openbsd.org>
Tue, 21 Jun 2016 03:56:43 +0000 (03:56 +0000)
committerbcook <bcook@openbsd.org>
Tue, 21 Jun 2016 03:56:43 +0000 (03:56 +0000)
commitbbc7462f3182b3217fcb5e27817262f3e5bac645
tree56508238f4da86f81f7386fb43c9e40564debf87
parent89e0a384fc6955d23991ca2f299a9efddbcb39f3
Fix a bug loading the default certificate path locations.

The files would only be loaded if the CAfile or CApath locations were
succesfully loaded first. Original patch from OpenSSL:

https://github.com/openssl/openssl/commit/fe9b85c3cb79f1e29e61f01de105b34ce8177190

ok beck@
usr.bin/openssl/s_client.c