Skip to content

Commit 7de08be

Browse files
committed
fix build
1 parent acf2e03 commit 7de08be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hashes/sha3_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
/* based on https://github.com/brainhub/SHA3IUF (public domain) */
55

6-
#include "../../tests/common.h"
76
#include "tomcrypt_private.h"
87

98
#ifdef LTC_SHA3
@@ -459,7 +458,6 @@ static LTC_INLINE int s_turbo_shake_test_one(int bits_count, long input_bytes_co
459458
offset += count;
460459
rem -= count;
461460
}while(rem != 0);
462-
offset = 0;
463461
rem = skip_digest_bytes;
464462
do
465463
{

0 commit comments

Comments
 (0)