summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e9db9e8ad4..7f05ec3611 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -7,6 +7,8 @@
#include "orconfig.h"
+#define USE_TLS
+
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
@@ -351,6 +353,7 @@ struct exit_policy_t {
/* config stuff we know about the other ORs in the network */
typedef struct {
char *address;
+ char *nickname;
uint32_t addr; /* all host order */
uint16_t or_port;