VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Tests.h')
-rw-r--r--src/Common/Tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Common/Tests.h b/src/Common/Tests.h
index cd8aaf4c..e98ae884 100644
--- a/src/Common/Tests.h
+++ b/src/Common/Tests.h
@@ -17,7 +17,6 @@ extern unsigned char ks_tmp[MAX_EXPANDED_KEY];
void CipherInit2(int cipher, void* key, void* ks, int key_len);
BOOL test_hmac_sha512 (void);
-BOOL test_hmac_sha1 (void);
BOOL test_hmac_ripemd160 (void);
BOOL test_hmac_whirlpool (void);
BOOL test_pkcs5 (void);