diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-26 13:42:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-28 08:53:14 -0500 |
commit | 886d4be14977f6033442161901a6cdd2ad0a5076 (patch) | |
tree | 1a6009a46a9185a13452441d12cdf9e931db05f9 /src/or/router.c | |
parent | 0be9e6099b4ca5597459ce1a9561812a8e7343e0 (diff) | |
download | tor-886d4be14977f6033442161901a6cdd2ad0a5076.tar.gz tor-886d4be14977f6033442161901a6cdd2ad0a5076.zip |
Unit tests for test_routerkeys_write_fingerprint
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index 2b58de8ff1..6fa9f65e10 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -688,7 +688,7 @@ router_initialize_tls_context(void) * it to 'fingerprint' (or 'hashed-fingerprint'). Return 0 on success, or * -1 if Tor should die, */ -static int +STATIC int router_write_fingerprint(int hashed) { char *keydir = NULL, *cp = NULL; |