From 20ef4799500378c005dee0c15573b40dab031d37 Mon Sep 17 00:00:00 2001 From: svost Date: Sun, 11 Feb 2024 23:07:15 +0300 Subject: [PATCH] Includes cleanup --- src/crypter.cpp | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/crypter.cpp b/src/crypter.cpp index 0ae13f4..44f7cf3 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -2,16 +2,12 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include #include #include #include #include "crypter.h" -#ifdef WIN32 -#include -#endif bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) { @@ -55,6 +51,7 @@ bool CCrypter::Encrypt(const CKeyingMaterial& vchPlaintext, std::vector (nCLen); -- 1.7.1