mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 03:39:08 +00:00
Merge pull request #448 from Deledrius/passwords
Store plClient password using platform-specific credential storage.
This commit is contained in:
@ -362,7 +362,7 @@ bool plSHAChecksum::operator==(const plSHAChecksum& rhs) const
|
||||
|
||||
//============================================================================
|
||||
|
||||
plSHA1Checksum::plSHA1Checksum(size_t size, uint8_t* buffer)
|
||||
plSHA1Checksum::plSHA1Checksum(size_t size, const uint8_t* buffer)
|
||||
{
|
||||
fValid = false;
|
||||
Start();
|
||||
|
@ -153,7 +153,7 @@ class plSHA1Checksum
|
||||
ShaDigest fChecksum;
|
||||
|
||||
public:
|
||||
plSHA1Checksum(size_t size, uint8_t* buffer);
|
||||
plSHA1Checksum(size_t size, const uint8_t* buffer);
|
||||
plSHA1Checksum();
|
||||
plSHA1Checksum(const plSHA1Checksum& rhs);
|
||||
plSHA1Checksum(const plFileName& fileName);
|
||||
|
Reference in New Issue
Block a user