diff options
| author | Pieter Wuille <[email protected]> | 2012-04-15 22:10:54 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-04-17 20:00:55 +0200 |
| commit | ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2 (patch) | |
| tree | 763b840f2619af642469d3894b88b682134f4425 /src/crypter.cpp | |
| parent | Merge pull request #1106 from jgarzik/sign-compare (diff) | |
| download | discoin-ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2.tar.xz discoin-ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2.zip | |
Remove headers.h
Diffstat (limited to 'src/crypter.cpp')
| -rw-r--r-- | src/crypter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp index 2501305ed..5713faf12 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -6,13 +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) |