diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:57:11 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-02 06:57:11 +0200 |
commit | 5196d94f84f23057406cb15be7c49a39a05f912d (patch) | |
tree | a47dad26e006bd9aa52e7de32c39d75965a2a98d /config.h.in | |
parent | 1cc61feca65e1593f3cbe69af692e31c3042a8a6 (diff) | |
parent | a6daf938f5f616a4a67caa6580b0c99e9a8c3779 (diff) |
Updated version 2.4.4 from 'upstream/2.4.4'
with Debian dir 140f8169d27cc56f891366cfbea8aff1659cd942
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/config.h.in b/config.h.in index 9e14a39..c50ddc5 100644 --- a/config.h.in +++ b/config.h.in @@ -24,9 +24,6 @@ /* Enable client capability only */ #undef ENABLE_CLIENT_ONLY -/* Enable client/server capability */ -#undef ENABLE_CLIENT_SERVER - /* Enable compression stub capability */ #undef ENABLE_COMP_STUB @@ -202,6 +199,9 @@ /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 +/* Define to 1 if you have the `EC_GROUP_order_bits' function. */ +#undef HAVE_EC_GROUP_ORDER_BITS + /* Define to 1 if you have the `ENGINE_cleanup' function. */ #undef HAVE_ENGINE_CLEANUP @@ -223,12 +223,6 @@ /* Define to 1 if you have the `EVP_aes_256_gcm' function. */ #undef HAVE_EVP_AES_256_GCM -/* Define to 1 if you have the `EVP_CIPHER_CTX_free' function. */ -#undef HAVE_EVP_CIPHER_CTX_FREE - -/* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */ -#undef HAVE_EVP_CIPHER_CTX_NEW - /* Define to 1 if you have the `EVP_CIPHER_CTX_set_key_length' function. */ #undef HAVE_EVP_CIPHER_CTX_SET_KEY_LENGTH @@ -244,6 +238,9 @@ /* Define to 1 if you have the `EVP_PKEY_get0_DSA' function. */ #undef HAVE_EVP_PKEY_GET0_DSA +/* Define to 1 if you have the `EVP_PKEY_get0_EC_KEY' function. */ +#undef HAVE_EVP_PKEY_GET0_EC_KEY + /* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */ #undef HAVE_EVP_PKEY_GET0_RSA @@ -301,9 +298,6 @@ /* Define to 1 if you have the `HMAC_CTX_free' function. */ #undef HAVE_HMAC_CTX_FREE -/* Define to 1 if you have the `HMAC_CTX_init' function. */ -#undef HAVE_HMAC_CTX_INIT - /* Define to 1 if you have the `HMAC_CTX_new' function. */ #undef HAVE_HMAC_CTX_NEW @@ -563,9 +557,6 @@ /* Define to 1 if you have the `strdup' function. */ #undef HAVE_STRDUP -/* Define to 1 if you have the `strerror' function. */ -#undef HAVE_STRERROR - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H @@ -701,7 +692,8 @@ /* Path to iproute tool */ #undef IPROUTE_PATH -/* Define to the sub-directory where libtool stores uninstalled libraries. */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ #undef LT_OBJDIR /* use copy of LZ4 source in compat/ */ |