diff options
author | midipix <writeonce@midipix.org> | 2021-06-16 10:41:38 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-16 10:41:38 +0000 |
commit | ff052e24f4105158a452829ed4a3b4cb225e987d (patch) | |
tree | e8bb770df3c0cb9e17c8e2ad0399524b6dbf4df1 | |
parent | d21e53dd363c4a8373090e5cc0ffb1b742888502 (diff) | |
download | sbpython3-ff052e24f4105158a452829ed4a3b4cb225e987d.tar.bz2 sbpython3-ff052e24f4105158a452829ed4a3b4cb225e987d.tar.xz |
project: cfgdefs.sh: ssl extension: test for X509_VERIFY_PARAM_set1_host().
-rw-r--r-- | project/config/cfgdefs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 4bf70bd..2f2297a 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -425,6 +425,9 @@ cfgdefs_perform_target_tests() cfgtest_cflags_append '-DOPENSSL_VERSION_1_1' fi + mb_cfgtest_headers='openssl/x509_vfy.h' + cfgtest_interface_presence 'X509_VERIFY_PARAM_set1_host' + # tcl/tk libc cfgtest_newline cfgtest_comment 'tcl/tk' |