summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-12 20:08:07 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-12 20:08:07 +0100
commitf379890f2e62b3134d3909849595044eaa4b4c3a (patch)
treeb92c7966de29edf71118aa866a9d22bb764265e9 /lib/gnutls_cipher_int.h
parent92ce5034ada4aa57ab3cc4ff7ddce0eab3aaa2b0 (diff)
downloadgnutls-f379890f2e62b3134d3909849595044eaa4b4c3a.tar.gz
Only list algorithms if they are implemented.
Diffstat (limited to 'lib/gnutls_cipher_int.h')
-rw-r--r--lib/gnutls_cipher_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_cipher_int.h b/lib/gnutls_cipher_int.h
index 301bce8268..ce51588df8 100644
--- a/lib/gnutls_cipher_int.h
+++ b/lib/gnutls_cipher_int.h
@@ -100,6 +100,7 @@ _gnutls_cipher_deinit (cipher_hd_st * handle)
}
}
+int _gnutls_cipher_exists(gnutls_cipher_algorithm_t cipher);
inline static unsigned int _gnutls_cipher_tag_len( cipher_hd_st * handle)
{
return handle->tag_size;