summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_algorithms.h')
-rw-r--r--lib/gnutls_algorithms.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_algorithms.h b/lib/gnutls_algorithms.h
index e7c643b247..7c9a0e8d07 100644
--- a/lib/gnutls_algorithms.h
+++ b/lib/gnutls_algorithms.h
@@ -38,7 +38,6 @@ int _gnutls_mac_priority(GNUTLS_STATE state, MACAlgorithm algorithm);
int _gnutls_mac_count();
/* functions for cipher suites */
-int _gnutls_cipher_suite_is_ok(GNUTLS_CipherSuite algorithm);
int _gnutls_supported_ciphersuites(GNUTLS_STATE state, GNUTLS_CipherSuite **ciphers);
int _gnutls_supported_ciphersuites_sorted(GNUTLS_STATE state, GNUTLS_CipherSuite **ciphers);
int _gnutls_supported_compression_methods(GNUTLS_STATE state, uint8 **comp);