aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerkeys.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-22 09:19:28 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-22 09:19:28 -0400
commite94ef30a2fa6ef0197fe9fafbb2469475d868627 (patch)
treeb6ff0db12c54fe874a640d439a9d508d00bad31c /src/or/routerkeys.h
parent2a9650625f5ce2cbad67299ce57c92bc70677a9b (diff)
parentd70b1b4da13d30f16ba0604103a1ebe915a2a20a (diff)
downloadtor-e94ef30a2fa6ef0197fe9fafbb2469475d868627.tar.gz
tor-e94ef30a2fa6ef0197fe9fafbb2469475d868627.zip
Merge branch 'feature16944_v2'
Diffstat (limited to 'src/or/routerkeys.h')
-rw-r--r--src/or/routerkeys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerkeys.h b/src/or/routerkeys.h
index b4e73aa33f..b396779bd2 100644
--- a/src/or/routerkeys.h
+++ b/src/or/routerkeys.h
@@ -17,6 +17,7 @@
#define INIT_ED_KEY_TRY_ENCRYPTED (1u<<8)
#define INIT_ED_KEY_NO_REPAIR (1u<<9)
#define INIT_ED_KEY_SUGGEST_KEYGEN (1u<<10)
+#define INIT_ED_KEY_OFFLINE_SECRET (1u<<11)
struct tor_cert_st;
ed25519_keypair_t *ed_key_init_from_file(const char *fname, uint32_t flags,