COMMONHEADERS = \
src/common/address_set.h \
- src/common/compat.h \
src/common/compat_libevent.h \
src/common/handles.h \
src/common/procmon.h \
#define CONFIG_PRIVATE
#include "or/or.h"
#include "or/bridges.h"
-#include "common/compat.h"
#include "or/addressmap.h"
#include "or/channel.h"
#include "or/circuitbuild.h"
#include "or/consdiff.h"
#include "or/consdiffmgr.h"
#include "or/control.h"
-#include "common/compat.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
#include "or/directory.h"
#define KEYPIN_PRIVATE
#include "orconfig.h"
-#include "common/compat.h"
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/crypt_ops/crypto_format.h"
#include "lib/ctime/di_ops.h"
#ifndef TOR_PROTOVER_H
#define TOR_PROTOVER_H
+#include <stdbool.h>
+#include "lib/cc/torint.h"
+#include "lib/testsupport/testsupport.h"
struct smartlist_t;
/** The first version of Tor that included "proto" entries in its
#include "trunnel/ed25519_cert.h"
#include "lib/log/torlog.h"
#include "common/util.h"
-#include "common/compat.h"
#include "trunnel/link_handshake.h"
#include "or/or_handshake_certs_st.h"
#include <stdlib.h>
#include "lib/crypt_ops/crypto_util.h"
-#include "common/compat.h"
#include "common/util.h"
static unsigned fill_a_buffer_memset(void) __attribute__((noinline));
#include <stdio.h>
#include <string.h>
-#include "common/compat.h"
#include "common/compat_libevent.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "common/timers.h"
#define DEBUG_SMARTLIST 1
-#include "common/compat.h"
#include "tinytest.h"
#define TT_EXIT_TEST_FUNCTION STMT_BEGIN goto done; STMT_END
#include "tinytest_macros.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "common/util.h"
#include "lib/encoding/binascii.h"
-#include "common/compat.h"
#include "test/test.h"
#include <openssl/evp.h>
#define ONION_NTOR_PRIVATE
#include "or/or.h"
#include "common/util.h"
-#include "common/compat.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "or/hs_ntor.h"
#define TOR_CHANNEL_INTERNAL_
#define TORTLS_PRIVATE
-#include "common/compat.h"
-
#include "or/or.h"
#include "or/config.h"
#include "or/connection.h"
END_OF_TESTCASES
};
-
#define ONION_NTOR_PRIVATE
#include "or/or.h"
#include "common/util.h"
-#include "common/compat.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_curve25519.h"
#include "or/onion_ntor.h"
#endif
#include <math.h>
-#include "common/compat.h"
+#include "lib/cc/compat_compiler.h"
/* Some versions of OpenSSL declare SSL_get_selected_srtp_profile twice in
* srtp.h. Suppress the GCC warning so we can build with -Wredundant-decl. */
LOCAL_TEST_CASE(context_init_one, 0),
END_OF_TESTCASES
};
-