MSVC
[novacoin.git] / src / key.cpp
index 85391ed..ed04e0e 100644 (file)
@@ -161,7 +161,7 @@ const unsigned char vchMaxModHalfOrder[32] = {
     0xDF,0xE9,0x2F,0x46,0x68,0x1B,0x20,0xA0
 };
 
-const unsigned char vchZero[0] = {};
+const unsigned char *vchZero = NULL;