mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200
Split out the address manipulation functions from compat and util: they were about 21% of the total of those, and spread out too much. svn:r16208
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "util.h"
|
||||
#include "log.h"
|
||||
#include "crypto.h"
|
||||
#include "address.h"
|
||||
|
||||
#define IDENTITY_KEY_BITS 3072
|
||||
#define SIGNING_KEY_BITS 1024
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "compat.h"
|
||||
#include "util.h"
|
||||
#include "address.h"
|
||||
#include "log.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user