mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Rectify include paths (automated)
This commit is contained in:
parent
a403ee6bb3
commit
727db7aeb9
@ -39,7 +39,7 @@ ENABLE_GCC_WARNING(redundant-decls)
|
|||||||
#include "common/aes.h"
|
#include "common/aes.h"
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
#include "common/torlog.h"
|
#include "common/torlog.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
|
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
/* Android's OpenSSL seems to have removed all of its Engine support. */
|
/* Android's OpenSSL seems to have removed all of its Engine support. */
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "common/crypto_rand.h"
|
#include "common/crypto_rand.h"
|
||||||
#include "common/crypto_s2k.h"
|
#include "common/crypto_s2k.h"
|
||||||
#include "common/crypto_util.h"
|
#include "common/crypto_util.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
#include "trunnel/pwbox.h"
|
#include "trunnel/pwbox.h"
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#include "common/torint.h"
|
#include "common/torint.h"
|
||||||
#include "common/compat.h"
|
#include "common/compat.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
#include "common/testsupport.h"
|
#include "common/testsupport.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Added for Tor. */
|
/* Added for Tor. */
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
#define crypto_verify_32(a,b) \
|
#define crypto_verify_32(a,b) \
|
||||||
(! tor_memeq((a), (b), 32))
|
(! tor_memeq((a), (b), 32))
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
#include "common/torlog.h"
|
#include "common/torlog.h"
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "common/compat.h"
|
#include "common/compat.h"
|
||||||
#include "common/crypto_digest.h"
|
#include "common/crypto_digest.h"
|
||||||
#include "common/crypto_format.h"
|
#include "common/crypto_format.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
#include "ht.h"
|
#include "ht.h"
|
||||||
#include "or/keypin.h"
|
#include "or/keypin.h"
|
||||||
#include "siphash.h"
|
#include "siphash.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "common/torint.h"
|
#include "common/torint.h"
|
||||||
#include "common/crypto_curve25519.h"
|
#include "common/crypto_curve25519.h"
|
||||||
#include "common/di_ops.h"
|
#include "lib/ctime/di_ops.h"
|
||||||
|
|
||||||
/** State to be maintained by a client between sending an ntor onionskin
|
/** State to be maintained by a client between sending an ntor onionskin
|
||||||
* and receiving a reply. */
|
* and receiving a reply. */
|
||||||
|
Loading…
Reference in New Issue
Block a user