aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:08:31 +0100
committerGeorge Kadianakis <desnacked@gmail.com>2011-11-25 01:08:31 +0100
commit1d1d5ae7f8f91b62f0e86081ff1f7255c545383b (patch)
treefde11216eb7fb0ba4265660af3fc158d0c95fc91 /src/or/router.h
parent7c37a664c17f4dd9748f096ea385c3627cc323fa (diff)
downloadtor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.tar.gz
tor-1d1d5ae7f8f91b62f0e86081ff1f7255c545383b.zip
Finishing touches.
- Make check-spaces happy. - Remove a stray header from crypto.h
Diffstat (limited to 'src/or/router.h')
-rw-r--r--src/or/router.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.h b/src/or/router.h
index b9e9f2a713..f9d156cb09 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -28,7 +28,6 @@ void dup_onion_keys(crypto_pk_env_t **key, crypto_pk_env_t **last);
void rotate_onion_key(void);
crypto_pk_env_t *init_key_from_file(const char *fname, int generate,
int severity);
-
void v3_authority_check_key_expiry(void);
int init_keys(void);