mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
minor include style fix
This commit is contained in:
parent
ddcdd9423c
commit
c74fe56091
1 changed files with 1 additions and 2 deletions
3
random.c
3
random.c
|
@ -1,6 +1,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "chacha.h"
|
||||
#include "random.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@ -16,8 +17,6 @@ static ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) {
|
|||
}
|
||||
#endif
|
||||
|
||||
#include "chacha.h"
|
||||
|
||||
static void get_random_seed(void *buf, size_t size) {
|
||||
while (size > 0) {
|
||||
ssize_t r;
|
||||
|
|
Loading…
Add table
Reference in a new issue