Update CMakeLists.txt - play with openssl
[novacoin.git] / src / util.cpp
index 02c1a88..58cee1a 100644 (file)
@@ -19,6 +19,7 @@
 #ifdef WIN32
 #include <io.h> /* for _commit */
 #include "shlobj.h"
+#include <openssl/rand.h> // RAND_screen
 #elif defined(__linux__)
 #include <sys/prctl.h>
 #endif
@@ -78,8 +79,6 @@ void locking_callback(int mode, int i, const char* file, int line)
     }
 }
 
-LockedPageManager LockedPageManager::instance;
-
 // Init
 class CInit
 {