summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorFrantisek Krenzelok <krenzelok.frantisek@gmail.com>2021-10-15 15:00:17 +0200
committerFrantisek Krenzelok <krenzelok.frantisek@gmail.com>2021-12-15 15:26:31 +0100
commitf305182735d0a9573f17d87d7af398e0ab29f015 (patch)
treeb4ba4b5de89f0b243052c44f9ce4094982e1a32c /doc/Makefile.am
parent505fd988ec4b2abeebafc7ff8f34345ff3897b63 (diff)
downloadgnutls-f305182735d0a9573f17d87d7af398e0ab29f015.tar.gz
KTLS: API
ktls is enabled by default, we can check if inicialization was succesfull with gnutls_transport_is_ktls_enabled Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 947e9f3b6e..3c2d5e68d3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2146,6 +2146,8 @@ FUNCS += functions/gnutls_transport_get_ptr
FUNCS += functions/gnutls_transport_get_ptr.short
FUNCS += functions/gnutls_transport_get_ptr2
FUNCS += functions/gnutls_transport_get_ptr2.short
+FUNCS += functions/gnutls_transport_is_ktls_enabled
+FUNCS += functions/gnutls_transport_is_ktls_enabled.short
FUNCS += functions/gnutls_transport_set_errno
FUNCS += functions/gnutls_transport_set_errno.short
FUNCS += functions/gnutls_transport_set_errno_function