VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Crypto.h')
-rw-r--r--src/Common/Crypto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Common/Crypto.h b/src/Common/Crypto.h
index 8e8bace7..9aba0eae 100644
--- a/src/Common/Crypto.h
+++ b/src/Common/Crypto.h
@@ -363,7 +363,9 @@ BOOL EAIsModeSupported (int ea, int testedMode);
363 363
364#ifndef TC_WINDOWS_BOOT 364#ifndef TC_WINDOWS_BOOT
365const wchar_t *HashGetName (int hash_algo_id); 365const wchar_t *HashGetName (int hash_algo_id);
366 366#ifdef _WIN32
367int HashGetIdByName (wchar_t *name);
368#endif
367Hash *HashGet (int id); 369Hash *HashGet (int id);
368void HashGetName2 (wchar_t *buf, int hashId); 370void HashGetName2 (wchar_t *buf, int hashId);
369BOOL HashIsDeprecated (int hashId); 371BOOL HashIsDeprecated (int hashId);