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, 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;