diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-23 12:28:20 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-26 00:40:32 +0100 |
commit | 02174e41f5c6199fb6f00b1900e1ea89821db321 (patch) | |
tree | 5f4a7f44464841819085a11f1c07ca42be360517 /docs/examples/imap-tls.c | |
parent | 35318218b8a0f4082266c839710c4c67ea79deae (diff) |
openssl: adapt to functions marked as deprecated since version 3
OpenSSL 3 deprecates SSL_CTX_load_verify_locations and the MD4, DES
functions we use.
Fix the MD4 and SSL_CTX_load_verify_locations warnings.
In configure, detect OpenSSL v3 and if so, inhibit the deprecation
warnings. OpenSSL v3 deprecates the DES functions we use for NTLM and
until we rewrite the code to use non-deprecated functions we better
ignore these warnings as they don't help us.
Closes #5139
Diffstat (limited to 'docs/examples/imap-tls.c')
0 files changed, 0 insertions, 0 deletions