Browse Source

Removing redundant code

Source commit: 8d947830f32a7dc94f617ecbf1fd28157cef917d
Martin Prikryl 7 years ago
parent
commit
ae1844cd20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/Cryptography.cpp

+ 1 - 1
source/core/Cryptography.cpp

@@ -449,7 +449,7 @@ bool __fastcall AES256DecryptWithMAC(RawByteString Input, UnicodeString Password
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------
 void __fastcall AES256CreateVerifier(UnicodeString Input, RawByteString & Verifier)
 void __fastcall AES256CreateVerifier(UnicodeString Input, RawByteString & Verifier)
 {
 {
-  RawByteString Salt = AES256Salt();
+  RawByteString Salt;
   RawByteString Dummy = AES256Salt();
   RawByteString Dummy = AES256Salt();
 
 
   RawByteString Encrypted;
   RawByteString Encrypted;