diff options
Diffstat (limited to 'src/Common/Crypto.h')
-rw-r--r-- | src/Common/Crypto.h | 4 |
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 |
365 | const wchar_t *HashGetName (int hash_algo_id); | 365 | const wchar_t *HashGetName (int hash_algo_id); |
366 | 366 | #ifdef _WIN32 | |
367 | int HashGetIdByName (wchar_t *name); | ||
368 | #endif | ||
367 | Hash *HashGet (int id); | 369 | Hash *HashGet (int id); |
368 | void HashGetName2 (wchar_t *buf, int hashId); | 370 | void HashGetName2 (wchar_t *buf, int hashId); |
369 | BOOL HashIsDeprecated (int hashId); | 371 | BOOL HashIsDeprecated (int hashId); |