Browse Source

Windows build fix?

cl-refactor
Gav Wood 10 years ago
parent
commit
74a69ebb16
  1. 2
      libscrypt/crypto-scrypt-saltgen.c

2
libscrypt/crypto-scrypt-saltgen.c

@ -5,7 +5,7 @@
#include <fcntl.h>
#ifndef S_SPLINT_S /* Including this here triggers a known bug in splint */
#include <unistd.h>
//#include <unistd.h>
#endif
#define RNGDEV "/dev/urandom"

Loading…
Cancel
Save