diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:08:24 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:08:24 +0100 |
commit | fe6ca826dfc4d107faead4d3293740f29ad88ac1 (patch) | |
tree | de895ba82089a4156900f5bd76a027cc3e80944c /src/or/routerkeys.c | |
parent | d5cbc21ad1138bb40e636851042a686784e7d786 (diff) | |
download | tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.tar.gz tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.zip |
Make sure that every module in src/or has a brief description.
Diffstat (limited to 'src/or/routerkeys.c')
-rw-r--r-- | src/or/routerkeys.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c index 210178dc1d..9d3a9c3043 100644 --- a/src/or/routerkeys.c +++ b/src/or/routerkeys.c @@ -1,6 +1,14 @@ /* Copyright (c) 2014, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file routerkeys.c + * + * \brief Functions and structures to handle generating and maintaining the + * set of keypairs necessary to be an OR. (Some of the code in router.c + * belongs here.) + */ + #include "or.h" #include "config.h" #include "router.h" |