summaryrefslogtreecommitdiff
path: root/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gnutls/gnutls.h.in')
-rw-r--r--includes/gnutls/gnutls.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 535494669b..dac2404e75 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -366,6 +366,9 @@ extern "C"
size_t gnutls_cipher_get_key_size (gnutls_cipher_algorithm_t algorithm);
+ void gnutls_session_enable_compatibility_mode (gnutls_session_t session);
+ void gnutls_record_disable_padding (gnutls_session_t session);
+
/* the name of the specified algorithms */
const char *gnutls_cipher_get_name (gnutls_cipher_algorithm_t algorithm);
const char *gnutls_mac_get_name (gnutls_mac_algorithm_t algorithm);