diff options
author | Andrea Shepard <andrea@torproject.org> | 2015-06-01 12:59:14 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2015-06-01 12:59:14 +0000 |
commit | 0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e (patch) | |
tree | c10b78ee986ba214d4fdc4061875919eaa33d4fc /src/or/or.h | |
parent | 90e07ab338cd59caeaeb31a3d207bb34d433b8ab (diff) | |
download | tor-0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e.tar.gz tor-0e0b65db4f0f0c67bcbb3f51a9e6061bc4c96c5e.zip |
Appease make check-spaces
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 81e1c1c1db..ec5f2774ba 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4281,7 +4281,6 @@ typedef struct { * XXXX Eventually, the default will be 0. */ int ExitRelay; - /** For how long (seconds) do we declare our singning keys to be valid? */ int SigningKeyLifetime; /** For how long (seconds) do we declare our link keys to be valid? */ |