Fix compile under Visual Studio 2008
We need to add something to cryptest.sh to find these breaks due to <stdint.h>pull/640/head
parent
7065702ba1
commit
29113a980d
|
|
@ -784,9 +784,9 @@ struct Scrypt_TestTuple
|
||||||
{
|
{
|
||||||
const char * passwd;
|
const char * passwd;
|
||||||
const char * salt;
|
const char * salt;
|
||||||
uint64_t n;
|
word64 n;
|
||||||
uint32_t r;
|
word32 r;
|
||||||
uint32_t p;
|
word32 p;
|
||||||
const char * expect;
|
const char * expect;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue