summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/crypto.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-10 19:09:09 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-10 19:09:09 +0200
commit4bf5b932ca96ebb42d918ad5d09fc595966e1d5a (patch)
tree90081703462b8600500d8fdaae8b77e2af3dc3af /lib/includes/gnutls/crypto.h
parent53fa58d3661a61607a9f973fd1ea16d22a987d19 (diff)
downloadgnutls-4bf5b932ca96ebb42d918ad5d09fc595966e1d5a.tar.gz
Added gnutls_cipher_get_tag_size().
Diffstat (limited to 'lib/includes/gnutls/crypto.h')
-rw-r--r--lib/includes/gnutls/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index ff402fc9ce..44d77f9339 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -53,7 +53,7 @@ extern "C"
void gnutls_cipher_deinit (gnutls_cipher_hd_t handle);
int gnutls_cipher_get_block_size (gnutls_cipher_algorithm_t algorithm);
int gnutls_cipher_get_iv_size (gnutls_cipher_algorithm_t algorithm);
-
+ int gnutls_cipher_get_tag_size (gnutls_cipher_algorithm_t algorithm);
typedef struct hash_hd_st *gnutls_hash_hd_t;
typedef struct hmac_hd_st *gnutls_hmac_hd_t;