diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-11-29 20:51:58 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-11-29 20:51:58 +0100 |
commit | 6e3e95a9da9458ddf0874b4bd1c8ce6b47fcef27 (patch) | |
tree | 6e3667709d99f857d90b9831426f6a32ee70d113 /config.h.in | |
parent | b29f419d68b26b75a44e3ac00748875f1003b900 (diff) | |
parent | f2b3dda12a731c2e0971cb7889728edaf23f6cb0 (diff) |
Merge branch 'upstream' into develop
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in index b8a48d5..dc4c2d5 100644 --- a/config.h.in +++ b/config.h.in @@ -21,15 +21,9 @@ /* Enable async push */ #undef ENABLE_ASYNC_PUSH -/* Enable client capability only */ -#undef ENABLE_CLIENT_ONLY - /* Enable compression stub capability */ #undef ENABLE_COMP_STUB -/* Enable crypto library */ -#undef ENABLE_CRYPTO - /* Use mbed TLS library */ #undef ENABLE_CRYPTO_MBEDTLS @@ -81,6 +75,9 @@ /* SELinux support */ #undef ENABLE_SELINUX +/* enable sitnl support */ +#undef ENABLE_SITNL + /* Enable smaller executable size */ #undef ENABLE_SMALL @@ -99,9 +96,6 @@ /* Define to 1 if you have the `access' function. */ #undef HAVE_ACCESS -/* Use crypto library */ -#undef HAVE_AEAD_CIPHER_MODES - /* Compiler supports anonymous unions */ #undef HAVE_ANONYMOUS_UNION_SUPPORT @@ -220,9 +214,6 @@ /* Define to 1 if you have the <err.h> header file. */ #undef HAVE_ERR_H -/* 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_reset' function. */ #undef HAVE_EVP_CIPHER_CTX_RESET @@ -247,12 +238,12 @@ /* Define to 1 if you have the `EVP_PKEY_get0_RSA' function. */ #undef HAVE_EVP_PKEY_GET0_RSA -/* Define to 1 if you have the `EVP_PKEY_id' function. */ -#undef HAVE_EVP_PKEY_ID - /* Define to 1 if you have the `execve' function. */ #undef HAVE_EXECVE +/* Crypto library supports keying material exporter */ +#undef HAVE_EXPORT_KEYING_MATERIAL + /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H @@ -430,9 +421,15 @@ /* OpenSSL engine support available */ #undef HAVE_OPENSSL_ENGINE +/* Define to 1 if you have the `OpenSSL_version' function. */ +#undef HAVE_OPENSSL_VERSION + /* Define to 1 if you have the `poll' function. */ #undef HAVE_POLL +/* Define to 1 if you have the <poll.h> header file. */ +#undef HAVE_POLL_H + /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV @@ -551,6 +548,9 @@ /* Define to 1 if you have the `SSL_CTX_new' function. */ #undef HAVE_SSL_CTX_NEW +/* Define to 1 if you have the `SSL_CTX_set1_groups' function. */ +#undef HAVE_SSL_CTX_SET1_GROUPS + /* Define to 1 if you have the `SSL_CTX_set_security_level' function. */ #undef HAVE_SSL_CTX_SET_SECURITY_LEVEL @@ -581,6 +581,9 @@ /* Define to 1 if you have the <stropts.h> header file. */ #undef HAVE_STROPTS_H +/* Define to 1 if you have the `strsep' function. */ +#undef HAVE_STRSEP + /* Define to 1 if you have the `syslog' function. */ #undef HAVE_SYSLOG @@ -611,9 +614,6 @@ /* Define to 1 if you have the <sys/mman.h> header file. */ #undef HAVE_SYS_MMAN_H -/* Define to 1 if you have the <sys/poll.h> header file. */ -#undef HAVE_SYS_POLL_H - /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H |