aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-26 13:42:21 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-28 08:53:14 -0500
commit886d4be14977f6033442161901a6cdd2ad0a5076 (patch)
tree1a6009a46a9185a13452441d12cdf9e931db05f9 /src/or/router.c
parent0be9e6099b4ca5597459ce1a9561812a8e7343e0 (diff)
downloadtor-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.c2
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;