misc changes

This commit is contained in:
Satoshi Nakamoto
2010-08-15 23:06:05 +00:00
committed by Gavin Andresen
parent 2d12315c94
commit 6ac7f9f144
8 changed files with 538 additions and 58 deletions

View File

@@ -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)