summaryrefslogtreecommitdiff
path: root/lib/algorithms/mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/algorithms/mac.c')
-rw-r--r--lib/algorithms/mac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/algorithms/mac.c b/lib/algorithms/mac.c
index 7c7cf46215..376c76df06 100644
--- a/lib/algorithms/mac.c
+++ b/lib/algorithms/mac.c
@@ -181,7 +181,8 @@ mac_entry_st hash_algorithms[] = {
.id = GNUTLS_MAC_GOST28147_TC26Z_IMIT,
.output_size = 4,
.key_size = 32,
- .block_size = 8},
+ .block_size = 8,
+ .flags = GNUTLS_MAC_FLAG_CONTINUOUS_MAC},
{.name = "MAC-NULL",
.id = GNUTLS_MAC_NULL},
{0, 0, 0, 0, 0, 0, 0, 0, 0}