summaryrefslogtreecommitdiff
path: root/lib/algorithms.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-07 13:48:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-07 13:48:48 +0200
commit8bdb8d53aa5b4c5d04255b6c9b5f2dac8b23d51b (patch)
tree8a72cb0de200939bd03729d5d2c8556f3a42379a /lib/algorithms.h
parentf0145a76fcbd2ab87163fb67b9cf58749c12fa90 (diff)
downloadgnutls-8bdb8d53aa5b4c5d04255b6c9b5f2dac8b23d51b.tar.gz
removed TLS export key generation
Diffstat (limited to 'lib/algorithms.h')
-rw-r--r--lib/algorithms.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/algorithms.h b/lib/algorithms.h
index c49f277b9c..e3cbfbba59 100644
--- a/lib/algorithms.h
+++ b/lib/algorithms.h
@@ -88,7 +88,6 @@ _gnutls_cipher_suite_get_id (gnutls_kx_algorithm_t kx_algorithm,
int _gnutls_cipher_is_block (gnutls_cipher_algorithm_t algorithm);
int _gnutls_cipher_algo_is_aead (gnutls_cipher_algorithm_t algorithm);
int _gnutls_cipher_is_ok (gnutls_cipher_algorithm_t algorithm);
-int _gnutls_cipher_get_export_flag (gnutls_cipher_algorithm_t algorithm);
int _gnutls_cipher_get_tag_size (gnutls_cipher_algorithm_t algorithm);
/* Functions for key exchange. */