diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-09 03:11:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-09 03:11:10 +0000 |
commit | 509d2912dcc533ececaa9f09f96271ae57a7f275 (patch) | |
tree | 41fe2c4933605cee965a5328fb89e4a83bb004e3 /src/common/tortls.c | |
parent | be1e577d5e44d1ab1c9b180e644dc05872faa88a (diff) | |
download | tor-509d2912dcc533ececaa9f09f96271ae57a7f275.tar.gz tor-509d2912dcc533ececaa9f09f96271ae57a7f275.zip |
doxygen and other cleanups
svn:r13440
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index 55bdfcd763..51ce4a6c3a 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -322,7 +322,7 @@ always_accept_verify_cb(int preverify_ok, return 1; } -/** Return a newly allocated X509 name with commonName <b>cname</b> */ +/** Return a newly allocated X509 name with commonName <b>cname</b>. */ static X509_NAME * tor_x509_name_new(const char *cname) { |