]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: use X509_ALGOR_get0 instead of reaching into X509_ALGOR
authorDavid Benjamin <davidben@google.com>
Thu, 5 Oct 2023 16:50:55 +0000 (12:50 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Oct 2023 12:51:20 +0000 (14:51 +0200)
commit9eb774304e814cefb3eb6f44e1fb5469b994ab52
treec34028e1d33de47434f2c54876d5811b50f41b18
parenta311c727235390395c5bca08c91d32228cc20660
openssl: use X509_ALGOR_get0 instead of reaching into X509_ALGOR

While the struct is still public in OpenSSL, there is a (somewhat
inconvenient) accessor. Use it to remain compatible if it becomes opaque
in the future.

Closes #12038
lib/vtls/openssl.c