Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL.

This commit is contained in:
Pieter Wuille
2014-04-26 19:26:34 +02:00
parent 977cdadea8
commit 7b4737c878
3 changed files with 111 additions and 81 deletions

View File

@@ -12,7 +12,10 @@
#include "wallet.h"
#endif
#include <openssl/sha.h>
using namespace std;
//////////////////////////////////////////////////////////////////////////////
//
// BitcoinMiner