summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/t_fticks.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/t_fticks.c b/tests/t_fticks.c
index a0e44c3..3a5cce6 100644
--- a/tests/t_fticks.c
+++ b/tests/t_fticks.c
@@ -35,6 +35,10 @@ main (int argc, char *argv[])
{
if (_check_hash(MAC1, KEY1, HASH1, HMAC1) != 0)
return 1;
+ /* Again, for good measure. (Or rather to make sure there's no
+ state left.) */
+ if (_check_hash(MAC1, KEY1, HASH1, HMAC1) != 0)
+ return 1;
if (_check_hash(MAC1_UC, KEY1, HASH1, HMAC1) != 0)
return 1;
if (_check_hash(MAC1_APPENDED, KEY1, HASH1, HMAC1) != 0)