Loading src/common/crypto.c +2 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,9 @@ #define CRYPTO_PRIVATE #include "crypto.h" #include "../common/torlog.h" #include "torlog.h" #include "aes.h" #include "../common/util.h" #include "util.h" #include "container.h" #include "compat.h" #include "sandbox.h" Loading src/common/tortls.c +2 −2 Original line number Diff line number Diff line Loading @@ -789,7 +789,7 @@ const char UNRESTRICTED_SERVER_CIPHER_LIST[] = /** List of ciphers that clients should advertise, omitting items that * our OpenSSL doesn't know about. */ static const char CLIENT_CIPHER_LIST[] = #include "./ciphers.inc" #include "ciphers.inc" /* Tell it not to use SSLv2 ciphers, so that it can select an SSLv3 version * of any cipher we say. */ "!SSLv2" Loading @@ -804,7 +804,7 @@ typedef struct cipher_info_t { unsigned id; const char *name; } cipher_info_t; static const cipher_info_t CLIENT_CIPHER_INFO_LIST[] = { #define CIPHER(id, name) { id, name }, #define XCIPHER(id, name) { id, #name }, #include "./ciphers.inc" #include "ciphers.inc" #undef CIPHER #undef XCIPHER }; Loading src/ext/eventdns.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ */ #include "eventdns_tor.h" #include "../common/util.h" #include "util.h" #include <sys/types.h> /* #define NDEBUG */ Loading src/or/buffers.c +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ #include "control.h" #include "reasons.h" #include "ext_orport.h" #include "../common/util.h" #include "../common/torlog.h" #include "util.h" #include "torlog.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif Loading src/or/dns.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include "relay.h" #include "router.h" #include "ht.h" #include "../common/sandbox.h" #include "sandbox.h" #ifdef HAVE_EVENT2_DNS_H #include <event2/event.h> #include <event2/dns.h> Loading Loading
src/common/crypto.c +2 −2 Original line number Diff line number Diff line Loading @@ -51,9 +51,9 @@ #define CRYPTO_PRIVATE #include "crypto.h" #include "../common/torlog.h" #include "torlog.h" #include "aes.h" #include "../common/util.h" #include "util.h" #include "container.h" #include "compat.h" #include "sandbox.h" Loading
src/common/tortls.c +2 −2 Original line number Diff line number Diff line Loading @@ -789,7 +789,7 @@ const char UNRESTRICTED_SERVER_CIPHER_LIST[] = /** List of ciphers that clients should advertise, omitting items that * our OpenSSL doesn't know about. */ static const char CLIENT_CIPHER_LIST[] = #include "./ciphers.inc" #include "ciphers.inc" /* Tell it not to use SSLv2 ciphers, so that it can select an SSLv3 version * of any cipher we say. */ "!SSLv2" Loading @@ -804,7 +804,7 @@ typedef struct cipher_info_t { unsigned id; const char *name; } cipher_info_t; static const cipher_info_t CLIENT_CIPHER_INFO_LIST[] = { #define CIPHER(id, name) { id, name }, #define XCIPHER(id, name) { id, #name }, #include "./ciphers.inc" #include "ciphers.inc" #undef CIPHER #undef XCIPHER }; Loading
src/ext/eventdns.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ */ #include "eventdns_tor.h" #include "../common/util.h" #include "util.h" #include <sys/types.h> /* #define NDEBUG */ Loading
src/or/buffers.c +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ #include "control.h" #include "reasons.h" #include "ext_orport.h" #include "../common/util.h" #include "../common/torlog.h" #include "util.h" #include "torlog.h" #ifdef HAVE_UNISTD_H #include <unistd.h> #endif Loading
src/or/dns.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ #include "relay.h" #include "router.h" #include "ht.h" #include "../common/sandbox.h" #include "sandbox.h" #ifdef HAVE_EVENT2_DNS_H #include <event2/event.h> #include <event2/dns.h> Loading