mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-17 10:01:31 +00:00
Avoid conflict with C++17 features std::byte by using uint8 type instead of byte
This commit is contained in:
@@ -60,7 +60,7 @@ namespace VeraCrypt
|
||||
sr.Serialize ("WipeData", ConstBufferPtr (wipeBuffer));
|
||||
}
|
||||
|
||||
void VolumePassword::Set (const byte *password, size_t size)
|
||||
void VolumePassword::Set (const uint8 *password, size_t size)
|
||||
{
|
||||
AllocateBuffer ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user