mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Include fewer redundant headers; use the compiler search paths better. svn:r11060
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
CPPFLAGS += -I../common
|
||||
|
||||
bin_PROGRAMS = tor-resolve tor-gencert
|
||||
|
||||
tor_resolve_SOURCES = tor-resolve.c
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
|
||||
#define CRYPTO_PRIVATE
|
||||
|
||||
#include "../common/compat.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/log.h"
|
||||
#include "../common/crypto.h"
|
||||
#include "compat.h"
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
#include "crypto.h"
|
||||
|
||||
#define IDENTITY_KEY_BITS 3072
|
||||
#define SIGNING_KEY_BITS 1024
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
#include "orconfig.h"
|
||||
|
||||
#include "../common/compat.h"
|
||||
#include "../common/util.h"
|
||||
#include "../common/log.h"
|
||||
#include "compat.h"
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user