aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
committerPieter Wuille <[email protected]>2012-04-17 11:04:29 -0700
commit1ffeb89a52d82bb62860786ff6426224437ca7b1 (patch)
tree62a79e33a866c2a92f548cecb6148c7339f8beaf /src/crypter.cpp
parentMerge pull request #1106 from jgarzik/sign-compare (diff)
parentFurther reduce header dependencies (diff)
downloaddiscoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.tar.xz
discoin-1ffeb89a52d82bb62860786ff6426224437ca7b1.zip
Merge pull request #1112 from sipa/saneserial
Further reduce header dependencies
Diffstat (limited to 'src/crypter.cpp')
-rw-r--r--src/crypter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp
index 2501305ed..4f37575a6 100644
--- a/src/crypter.cpp
+++ b/src/crypter.cpp
@@ -6,14 +6,11 @@
#include <openssl/evp.h>
#include <vector>
#include <string>
-#include "headers.h"
#ifdef WIN32
#include <windows.h>
#endif
#include "crypter.h"
-#include "main.h"
-#include "util.h"
bool CCrypter::SetKeyFromPassphrase(const SecureString& strKeyData, const std::vector<unsigned char>& chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod)
{