Removing unused includes
authoralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 13:34:44 +0000 (17:34 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sun, 8 Sep 2013 13:34:44 +0000 (17:34 +0400)
src/crypter.cpp
src/crypter.h

index 2b3ff27..3a7f997 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <openssl/aes.h>
 #include <openssl/evp.h>
-//#include <openssl/crypto.h> // for OPENSSL_cleanse()
 #include <vector>
 #include <string>
 #ifdef WIN32
index 849116c..68b8803 100644 (file)
@@ -7,7 +7,6 @@
 #include "allocators.h" /* for SecureString */
 #include "key.h"
 #include "serialize.h"
-//#include <openssl/crypto.h> // for OPENSSL_cleanse()
 
 const unsigned int WALLET_CRYPTO_KEY_SIZE = 32;
 const unsigned int WALLET_CRYPTO_SALT_SIZE = 8;