summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-08-01 14:24:58 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-08-01 14:24:58 -0400
commit9ec6124c376bc0e12a711997264c886130510eda (patch)
treee4a9849d36b99ffcfaf821d5cfb8da96bd15e047 /config.h.in
parent8e048e4d39bee9d6b0849d5804a625a064957459 (diff)
downloadcups-9ec6124c376bc0e12a711997264c886130510eda.tar.gz
GNU TLS FIPS140 support (Issue #5601, Issue #5622)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 1c2d7a826..5e93a9dac 100644
--- a/config.h.in
+++ b/config.h.in
@@ -302,6 +302,13 @@
/*
+ * Do we have the gnutls_fips140_set_mode function?
+ */
+
+#undef HAVE_GNUTLS_FIPS140_SET_MODE
+
+
+/*
* Do we have the gnutls_transport_set_pull_timeout_function function?
*/