summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-03-09 17:16:11 -0500
committerRoger Dingledine <arma@torproject.org>2013-03-10 23:38:18 -0400
commitedd6f02273c58bfe39a978dd5c7b8765aae0b886 (patch)
tree967a5600dee954b899cb7e34da8467f1a0e425c3 /src/or/or.h
parent599aeef9bc9e707ec7146da79b2018bf2f2924b3 (diff)
downloadtor-edd6f02273c58bfe39a978dd5c7b8765aae0b886.tar.gz
tor-edd6f02273c58bfe39a978dd5c7b8765aae0b886.zip
randomize SSLKeyLifetime by default
resolves ticket 8443.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index a71468c1c6..c7d259853b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4008,7 +4008,8 @@ typedef struct {
*/
int DisableV2DirectoryInfo_;
- /** What expiry time shall we place on our SSL certs? */
+ /** What expiry time shall we place on our SSL certs? "0" means we
+ * should guess a suitable value. */
int SSLKeyLifetime;
} or_options_t;