<sys/timeb.h> is required for Windows
This commit is contained in:
parent
7ba8af5936
commit
4668611533
@ -22,6 +22,7 @@
|
|||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <Windows.h>
|
# include <Windows.h>
|
||||||
# include <Wincrypt.h>
|
# include <Wincrypt.h>
|
||||||
|
# include <sys/timeb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SALSA20_RANDOM_BLOCK_SIZE crypto_core_salsa20_OUTPUTBYTES
|
#define SALSA20_RANDOM_BLOCK_SIZE crypto_core_salsa20_OUTPUTBYTES
|
||||||
|
Loading…
Reference in New Issue
Block a user