summaryrefslogtreecommitdiffstats
path: root/src/plugins/sqldrivers/odbc/main.cpp
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2020-05-04 12:49:53 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2020-05-20 19:45:53 +0200
commitc86e54fb170345703e7e8d3b75f6ee25c964aff5 (patch)
tree431769f12a27a9d3c39a310deda105a948812233 /src/plugins/sqldrivers/odbc/main.cpp
parent32cb48e26cd079da591d55d92f849133c48683a3 (diff)
Make OpenSSL back-end work with 3.0 alpha
DSA/DH/etc _bits functions were first deprecated, then un-deprecated, so we don't worry about them for now. SSL_CTX_load_verify_location was deprecated and two new functions were introduced instead (one using file, the second - path). It's unfortunately 3.0 only, so we have to check OpenSSL version. DH_check is deprecated and we have to use EVP_PKEY_param_check with tons of a boilerplate code around. Fixes: QTBUG-83733 Pick-to: 5.15 Change-Id: Icd401ab6aad30c23c37443c7bc82c702fb843640 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/plugins/sqldrivers/odbc/main.cpp')
0 files changed, 0 insertions, 0 deletions