]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: Fix CA fallback logic for OpenSSL 3.0 build
authorJay Satiro <raysatiro@yahoo.com>
Mon, 22 Jun 2020 16:13:55 +0000 (12:13 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 22 Jun 2020 16:24:57 +0000 (12:24 -0400)
commitc9c31b9245e5c9962367b5bd6d2a3641886d0e62
tree29143a29728eb2dbfa5db13e8552c4a14bc31923
parent0f55269affc3cacd901af601b98faece2d62438d
openssl: Fix CA fallback logic for OpenSSL 3.0 build

Prior to this change I assume a build error would occur when
CURL_CA_FALLBACK was used.

Closes https://github.com/curl/curl/pull/5587
lib/vtls/openssl.c