mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'catalyst-github/bug26036'
This commit is contained in:
@@ -60,12 +60,6 @@ ENABLE_GCC_WARNING(redundant-decls)
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SYSCALL_H
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_RANDOM_H
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
|
||||
#include "torlog.h"
|
||||
#include "torint.h"
|
||||
|
||||
@@ -55,6 +55,12 @@ ENABLE_GCC_WARNING(redundant-decls)
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SYSCALL_H
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_RANDOM_H
|
||||
#include <sys/random.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* How many bytes of entropy we add at once.
|
||||
|
||||
Reference in New Issue
Block a user