aboutsummaryrefslogtreecommitdiff
path: root/src/or/torcert.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-27 18:08:24 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-27 18:08:24 +0100
commitfe6ca826dfc4d107faead4d3293740f29ad88ac1 (patch)
treede895ba82089a4156900f5bd76a027cc3e80944c /src/or/torcert.c
parentd5cbc21ad1138bb40e636851042a686784e7d786 (diff)
downloadtor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.tar.gz
tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.zip
Make sure that every module in src/or has a brief description.
Diffstat (limited to 'src/or/torcert.c')
-rw-r--r--src/or/torcert.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/torcert.c b/src/or/torcert.c
index ef5b4c0c3b..9c02f9c545 100644
--- a/src/or/torcert.c
+++ b/src/or/torcert.c
@@ -1,6 +1,13 @@
/* Copyright (c) 2014, The Tor Project, Inc. */
/* See LICENSE for licensing information */
+/**
+ * \file torcert.c
+ *
+ * \brief Implementation for ed25519-signed certificates as used in the Tor
+ * protocol.
+ */
+
#include "crypto.h"
#include "torcert.h"
#include "ed25519_cert.h"