Removing unused includes
[novacoin.git] / src / crypter.cpp
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