This commit is contained in:
Frank Denis 2017-07-23 20:17:53 +02:00
parent d7ecf04d68
commit 47796a5b89
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ randombytes_salsa20_random_random_dev_open(void)
# endif # endif
"/dev/random", NULL "/dev/random", NULL
}; };
const char ** device = devices; const char **device = devices;
int fd; int fd;
# if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL) # if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL)

View File

@ -157,7 +157,7 @@ randombytes_sysrandom_random_dev_open(void)
# endif # endif
"/dev/random", NULL "/dev/random", NULL
}; };
const char ** device = devices; const char **device = devices;
int fd; int fd;
# if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL) # if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL)