diff options
| author | Per Larsson <[email protected]> | 2022-02-07 15:51:55 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-02-07 15:51:55 +0100 |
| commit | 85a61310bb797c20fb29926c765673402b18cf16 (patch) | |
| tree | 48f7a90ba8f3ca175b5453423dad6a4cd9fe88ba /zenserver/auth/authmgr.cpp | |
| parent | Refactored auth manager to use simplified encryption API. (diff) | |
| download | zen-85a61310bb797c20fb29926c765673402b18cf16.tar.xz zen-85a61310bb797c20fb29926c765673402b18cf16.zip | |
Format fix.
Diffstat (limited to 'zenserver/auth/authmgr.cpp')
| -rw-r--r-- | zenserver/auth/authmgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/auth/authmgr.cpp b/zenserver/auth/authmgr.cpp index 223fcbfe2..95ce32bc7 100644 --- a/zenserver/auth/authmgr.cpp +++ b/zenserver/auth/authmgr.cpp @@ -67,7 +67,6 @@ namespace details { } std::vector<uint8_t> EncryptionBuffer; - ; EncryptionBuffer.resize(FileData.GetSize() + Aes::BlockSize); MemoryView EncryptedView = Aes::Encrypt(Key, IV, FileData, MakeMutableMemoryView(EncryptionBuffer), Reason); |