Indent
This commit is contained in:
parent
d7ecf04d68
commit
47796a5b89
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user