aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-01 10:41:02 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-22 09:24:35 -0400
commitd8f031aec2ee84c753ef282577c7f4fcf0123d2f (patch)
tree7a9298926d759902a4c43ed044350b633eb8a994 /src/or/or.h
parentd891e2a9c517e2b097456b7143f955ac66b112ea (diff)
downloadtor-d8f031aec2ee84c753ef282577c7f4fcf0123d2f.tar.gz
tor-d8f031aec2ee84c753ef282577c7f4fcf0123d2f.zip
Add a new --newpass option to add or remove secret key passphrases.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8c40f1ab67..0637325b24 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4302,6 +4302,7 @@ typedef struct {
} keygen_force_passphrase;
int use_keygen_passphrase_fd;
int keygen_passphrase_fd;
+ int change_key_passphrase;
} or_options_t;
/** Persistent state for an onion router, as saved to disk. */