VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Wipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Wipe.h')
-rw-r--r--src/Common/Wipe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Wipe.h b/src/Common/Wipe.h
index ef27eb06..b8bd0fac 100644
--- a/src/Common/Wipe.h
+++ b/src/Common/Wipe.h
@@ -2,11 +2,11 @@
Derived from source code of TrueCrypt 7.1a, which is
Copyright (c) 2008-2012 TrueCrypt Developers Association and which is governed
by the TrueCrypt License 3.0.
Modifications and additions to the original source code (contained in this file)
- and all other portions of this file are Copyright (c) 2013-2017 IDRIX
+ and all other portions of this file are Copyright (c) 2013-2025 IDRIX
and are governed by the Apache License 2.0 the full text of which is
contained in the file License.txt included in VeraCrypt binary and source
code distribution packages.
*/
@@ -34,11 +34,11 @@ typedef enum
} WipeAlgorithmId;
#define TC_WIPE_RAND_CHAR_COUNT 3
int GetWipePassCount (WipeAlgorithmId algorithm);
-BOOL WipeBuffer (WipeAlgorithmId algorithm, byte randChars[TC_WIPE_RAND_CHAR_COUNT], int pass, byte *buffer, size_t size);
+BOOL WipeBuffer (WipeAlgorithmId algorithm, uint8 randChars[TC_WIPE_RAND_CHAR_COUNT], int pass, uint8 *buffer, size_t size);
#ifdef __cplusplus
}
#endif