summaryrefslogtreecommitdiff
path: root/lib/includes
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-03 18:32:54 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-03 18:32:54 +0300
commitf6299a0b197888b1417ae929dd1bb8df16bf8db6 (patch)
treef6ca8380e6e2b127caa9ca76058389f20bd3fe71 /lib/includes
parentf40fe83438fa075f5213c5d9779072ee0e9dd950 (diff)
downloadgnutls-f6299a0b197888b1417ae929dd1bb8df16bf8db6.tar.gz
Added umac-128
Diffstat (limited to 'lib/includes')
-rw-r--r--lib/includes/gnutls/gnutls.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index b2ae65cf77..185187de24 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -236,6 +236,7 @@ extern "C"
gnutls_digest_algorithm_t. */
GNUTLS_MAC_AEAD = 200, /* indicates that MAC is on the cipher */
GNUTLS_MAC_UMAC_96 = 201,
+ GNUTLS_MAC_UMAC_128 = 202,
} gnutls_mac_algorithm_t;
/**