mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Merge pull request #226 from Hoikas/no-encryption
Deprecate WDYS Encryption
This commit is contained in:
@ -897,7 +897,7 @@ static void LoadUserPass (LoginDialogParam *pLoginParam)
|
||||
if (PathDoesFileExist(localFileAndPath))
|
||||
StrCopy(fileAndPath, localFileAndPath, arrsize(localFileAndPath));
|
||||
#endif
|
||||
hsStream* stream = plEncryptedStream::OpenEncryptedFile(fileAndPath, true, cryptKey);
|
||||
hsStream* stream = plEncryptedStream::OpenEncryptedFile(fileAndPath, cryptKey);
|
||||
if (stream && !stream->AtEnd())
|
||||
{
|
||||
uint32_t savedKey[4];
|
||||
|
Reference in New Issue
Block a user