summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorBernhard Schmidt <berni@debian.org>2019-03-07 21:38:56 +0100
committerBernhard Schmidt <berni@debian.org>2019-03-07 21:38:56 +0100
commitcfcec33bd88faeb354a33bd5f8052486ac848f9a (patch)
tree8e1ace9a34f5ee12b34416b02d514da67d54c907 /config.h.in
parent7486cf05cdeb6996fdf249e5a2f15d93a47dbac1 (diff)
parenta351f71e82badcc71a2ce881bbb97eccfcebc06b (diff)
Merge tag 'debian/2.4.7-1' into stretch-backports
openvpn Debian release 2.4.7-1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index c50ddc5..8a267d6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -340,6 +340,9 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
+/* Define to 1 if you have the `lz4' library (-llz4). */
+#undef HAVE_LIBLZ4
+
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
@@ -457,6 +460,9 @@
/* Define to 1 if you have the `RSA_meth_free' function. */
#undef HAVE_RSA_METH_FREE
+/* Define to 1 if you have the `RSA_meth_get0_app_data' function. */
+#undef HAVE_RSA_METH_GET0_APP_DATA
+
/* Define to 1 if you have the `RSA_meth_new' function. */
#undef HAVE_RSA_METH_NEW
@@ -481,6 +487,9 @@
/* Define to 1 if you have the `RSA_meth_set_pub_enc' function. */
#undef HAVE_RSA_METH_SET_PUB_ENC
+/* Define to 1 if you have the `RSA_meth_set_sign' function. */
+#undef HAVE_RSA_METH_SET_SIGN
+
/* Define to 1 if you have the `RSA_set0_key' function. */
#undef HAVE_RSA_SET0_KEY
@@ -539,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_set_security_level' function. */
+#undef HAVE_SSL_CTX_SET_SECURITY_LEVEL
+
/* Define to 1 if you have the `stat' function. */
#undef HAVE_STAT
@@ -692,8 +704,7 @@
/* Path to iproute tool */
#undef IPROUTE_PATH
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* use copy of LZ4 source in compat/ */