diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-11-13 10:35:13 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-11-13 10:35:13 +0100 |
commit | 5d938c500a6c37b97c80d7cb3f7435114090e291 (patch) | |
tree | 8c4932ebb113cda8001381c00c36a9f91276dc2b /src/SFileVerify.cpp | |
parent | bf6a10b5e54c541ba5b17562ab139e58eac6393c (diff) |
Tabs -> Spaces
Diffstat (limited to 'src/SFileVerify.cpp')
-rw-r--r-- | src/SFileVerify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileVerify.cpp b/src/SFileVerify.cpp index 3748918..9bbbb6b 100644 --- a/src/SFileVerify.cpp +++ b/src/SFileVerify.cpp @@ -863,7 +863,7 @@ DWORD SSignFileFinish(TMPQArchive * ha) // Sign the hash
memset(WeakSignature, 0, sizeof(WeakSignature));
rsa_sign_hash_ex(Md5Digest, sizeof(Md5Digest), WeakSignature + 8, &signature_len, LTC_LTC_PKCS_1_V1_5, 0, 0, hash_idx, 0, &key);
- memrev(WeakSignature + 8, MPQ_WEAK_SIGNATURE_SIZE);
+ memrev(WeakSignature + 8, MPQ_WEAK_SIGNATURE_SIZE);
rsa_free(&key);
// Write the signature to the MPQ. Don't use SFile* functions, but write the hash directly
|