419 changes: 419 additions & 0 deletions sha256.cpp

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions util.cpp
Expand Up @@ -19,6 +19,14 @@ bool fCommandLine = false;



// Workaround for "multiple definition of `_tls_used'"
// http://svn.boost.org/trac/boost/ticket/4258
extern "C" void tss_cleanup_implemented() { }





// Init openssl library multithreading support
static boost::interprocess::interprocess_mutex** ppmutexOpenSSL;
void locking_callback(int mode, int i, const char* file, int line)
Expand Down