]> git.ipfire.org Git - thirdparty/curl.git/commit
examples/curlx: support building with OpenSSL 1.1.0+
authorJay Satiro <raysatiro@yahoo.com>
Tue, 1 Mar 2022 23:17:46 +0000 (18:17 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 2 Mar 2022 08:26:57 +0000 (03:26 -0500)
commitc07b95e280cc2acf45586ae9f48db140ce68f5d8
treed8ddadabd4512eed5a41f0d6239295bb316e2dfe
parent592f114c671e27f9e4e206796afe7c96cfd6f8e0
examples/curlx: support building with OpenSSL 1.1.0+

- Access members of X509_STORE_CTX in OpenSSL 1.1.0+ by using API
  functions.

The X509_STORE_CTX struct has been opaque since OpenSSL 1.1.0.

Ref: https://curl.se/mail/lib-2022-03/0004.html

Closes https://github.com/curl/curl/pull/8529
docs/examples/curlx.c