aboutsummaryrefslogtreecommitdiff
path: root/src/common/tortls.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-10-11 11:30:01 -0400
committerNick Mathewson <nickm@torproject.org>2011-10-11 11:30:01 -0400
commit69921837a743d551576b3b157657623a0bb96308 (patch)
tree2280953a09d763ec3359107d0da96d55ef90fbf7 /src/common/tortls.h
parent3b704fd16667007d49223e1ae555eb7bd03092b3 (diff)
downloadtor-69921837a743d551576b3b157657623a0bb96308.tar
tor-69921837a743d551576b3b157657623a0bb96308.tar.gz
Fix a bunch of whitespace errors
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r--src/common/tortls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h
index 90e76e4a9..d0a13cd80 100644
--- a/src/common/tortls.h
+++ b/src/common/tortls.h
@@ -111,7 +111,8 @@ struct bufferevent *tor_tls_init_bufferevent(tor_tls_t *tls,
#endif
void tor_cert_free(tor_cert_t *cert);
-tor_cert_t *tor_cert_decode(const uint8_t *certificate, size_t certificate_len);
+tor_cert_t *tor_cert_decode(const uint8_t *certificate,
+ size_t certificate_len);
void tor_cert_get_der(const tor_cert_t *cert,
const uint8_t **encoded_out, size_t *size_out);
const digests_t *tor_cert_get_id_digests(const tor_cert_t *cert);