diff options
Diffstat (limited to 'external/unbound/config.h.cmake.in')
-rw-r--r-- | external/unbound/config.h.cmake.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/external/unbound/config.h.cmake.in b/external/unbound/config.h.cmake.in index 863a65421..d9bfebf33 100644 --- a/external/unbound/config.h.cmake.in +++ b/external/unbound/config.h.cmake.in @@ -85,6 +85,10 @@ `SSL_COMP_get_compression_methods', and to 0 if you don't. */ #cmakedefine HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS +/* Define to 1 if you have the declaration of `SSL_CTX_set_ecdh_auto', and to + 0 if you don't. */ +#cmakedefine HAVE_DECL_SSL_CTX_SET_ECDH_AUTO + /* Define to 1 if you have the declaration of `strlcat', and to 0 if you don't. */ #cmakedefine HAVE_DECL_STRLCAT |