summaryrefslogtreecommitdiff
path: root/lib/cipher_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cipher_int.h')
-rw-r--r--lib/cipher_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cipher_int.h b/lib/cipher_int.h
index b06c397fc0..a17afc381c 100644
--- a/lib/cipher_int.h
+++ b/lib/cipher_int.h
@@ -182,6 +182,8 @@ int _gnutls_cipher_exists(gnutls_cipher_algorithm_t cipher);
int _gnutls_cipher_get_iv(gnutls_cipher_hd_t handle, void *iv,
size_t ivlen);
+int _gnutls_cipher_set_key(gnutls_cipher_hd_t handle, void *key, size_t keylen);
+
#define _gnutls_cipher_is_aead(h) _gnutls_cipher_algo_is_aead((h)->e)
/* returns the tag in AUTHENC ciphers */