aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authmgr.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2022-02-07 15:51:55 +0100
committerPer Larsson <[email protected]>2022-02-07 15:51:55 +0100
commit85a61310bb797c20fb29926c765673402b18cf16 (patch)
tree48f7a90ba8f3ca175b5453423dad6a4cd9fe88ba /zenserver/auth/authmgr.cpp
parentRefactored auth manager to use simplified encryption API. (diff)
downloadzen-85a61310bb797c20fb29926c765673402b18cf16.tar.xz
zen-85a61310bb797c20fb29926c765673402b18cf16.zip
Format fix.
Diffstat (limited to 'zenserver/auth/authmgr.cpp')
-rw-r--r--zenserver/auth/authmgr.cpp1
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);