summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Sebastian Battig <jsbattig@convey.com>2014-09-16 17:53:51 -0500
committerJose Sebastian Battig <jsbattig@convey.com>2014-09-16 17:53:51 -0500
commit1023e18857560035d8eb2f25e1321abbba770714 (patch)
treea3648353751dffeeadc3e2c597ec4c1103c294e7
parent7894d848087e84d4011f392c3e91a603800ab36b (diff)
B-0 restored back to original state
-rw-r--r--crypto-scrypt-saltgen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto-scrypt-saltgen.c b/crypto-scrypt-saltgen.c
index beded9c..a0e2998 100644
--- a/crypto-scrypt-saltgen.c
+++ b/crypto-scrypt-saltgen.c
@@ -8,8 +8,6 @@
#include <unistd.h>
#endif
-#ifndef _MSC_VER
-
#define RNGDEV "/dev/urandom"
int libscrypt_salt_gen(uint8_t *salt, size_t len)
@@ -48,5 +46,3 @@ int libscrypt_salt_gen(uint8_t *salt, size_t len)
return 0;
}
-
-#endif