X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fcrypter.cpp;fp=src%2Fcrypter.cpp;h=727cf090f3f1a37d397158184533b0c1b6d4841e;hb=a93ab877877925c60b2dbf56bdde8aa46b6b7391;hp=e821b089babe25a07b1f8149df9c7b5f400d4db4;hpb=d0fe14ffecda4af98ffe7b1523f9a903bf7518a0;p=novacoin.git diff --git a/src/crypter.cpp b/src/crypter.cpp index e821b08..727cf09 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -7,7 +7,7 @@ #include #include #include "headers.h" -#ifdef __WXMSW__ +#ifdef WIN32 #include #endif @@ -15,7 +15,7 @@ #include "main.h" #include "util.h" -bool CCrypter::SetKeyFromPassphrase(const std::string& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) +bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) { if (nRounds < 1 || chSalt.size() != WALLET_CRYPTO_SALT_SIZE) return false;