mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
My copy of cpp is not DWIM-compliant; I guess, as a workaround, I should define constants before using them.
svn:r343
This commit is contained in:
parent
04b871486c
commit
e9254430e2
@ -215,6 +215,8 @@ int connection_or_handle_listener_read(connection_t *conn) {
|
||||
#define FLAGS_LEN 2
|
||||
#define BANDWIDTH_LEN 4
|
||||
#define KEY_LEN 16
|
||||
#define ADDR_LEN 4
|
||||
#define PORT_LEN 2
|
||||
#define PKEY_LEN 128
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user