summaryrefslogtreecommitdiff
path: root/vcnet
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 /vcnet
parent8e048e4d39bee9d6b0849d5804a625a064957459 (diff)
downloadcups-9ec6124c376bc0e12a711997264c886130510eda.tar.gz
GNU TLS FIPS140 support (Issue #5601, Issue #5622)
Diffstat (limited to 'vcnet')
-rw-r--r--vcnet/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcnet/config.h b/vcnet/config.h
index 4c6aa2fbe..ad6919071 100644
--- a/vcnet/config.h
+++ b/vcnet/config.h
@@ -376,6 +376,13 @@ typedef unsigned long useconds_t;
/*
+ * 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?
*/