diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-13 20:22:38 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-13 20:22:38 +0000 |
commit | 0aff4ff4cbce21c5d85a0a0a75aea86b4c9842df (patch) | |
tree | 6b52a7dd140da5503c17656c36821ca401a1ff40 /src/or/or.h | |
parent | 22f7934718f505cc04bbb4b1ee3a09e38e10d272 (diff) | |
download | tor-0aff4ff4cbce21c5d85a0a0a75aea86b4c9842df.tar.gz tor-0aff4ff4cbce21c5d85a0a0a75aea86b4c9842df.zip |
get rid of 0.0.8 backwards compatibility
svn:r3353
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 319e4f2968..2479df9844 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -145,7 +145,6 @@ #endif /** How often do we rotate onion keys? */ -#define OLD_MIN_ONION_KEY_LIFETIME (12*60*60) /* twice a day */ #define MIN_ONION_KEY_LIFETIME (7*24*60*60) /* once a week */ /** How often do we rotate TLS contexts? */ #define MAX_SSL_KEY_LIFETIME (120*60) |