]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove src/or/eventdns_tor.h based on cypherpunk's review
authorSebastian Hahn <sebastian@torproject.org>
Mon, 4 Jul 2016 19:39:43 +0000 (21:39 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Mon, 4 Jul 2016 19:39:43 +0000 (21:39 +0200)
src/or/eventdns_tor.h [deleted file]
src/or/include.am

diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h
deleted file mode 100644 (file)
index 5db09ae..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Copyright (c) 2007-2016, The Tor Project, Inc. */
-/* See LICENSE for licensing information */
-
-#ifndef TOR_EVENTDNS_TOR_H
-#define TOR_EVENTDNS_TOR_H
-
-#include "orconfig.h"
-#define DNS_USE_OPENSSL_FOR_ID
-#ifndef HAVE_UINT
-typedef unsigned int uint;
-#endif
-#ifndef HAVE_U_CHAR
-typedef unsigned char u_char;
-#endif
-#include "torint.h"
-
-/* These are for debugging possible memory leaks. */
-#include "util.h"
-#include "compat.h"
-
-#endif
-
index 705b761ae3df31c7bc25ce8d404b48d944b6083d..3988eefb94caa00baa91b19b8c0afdb1612d7420 100644 (file)
@@ -150,7 +150,6 @@ ORHEADERS = \
        src/or/dns.h                                    \
        src/or/dns_structs.h                            \
        src/or/dnsserv.h                                \
-       src/or/eventdns_tor.h                           \
        src/or/ext_orport.h                             \
        src/or/fallback_dirs.inc                        \
        src/or/fp_pair.h                                \