diff options
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index ff1083a..dd7c62b 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1237,6 +1237,9 @@ /* Define to 1 if you have the `writev' function. */ #undef HAVE_WRITEV +/* Define if libssl has X509_VERIFY_PARAM_set1_host and related function */ +#undef HAVE_X509_VERIFY_PARAM_SET1_HOST + /* Define if the zlib library has inflateCopy */ #undef HAVE_ZLIB_COPY |