diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-30 08:35:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-24 12:03:11 -0500 |
commit | a9720b90f860323781d37dbba6ce04f312ec3632 (patch) | |
tree | b6802aa8147675b305579598cffd395b066ba40b /src/common/tortls.h | |
parent | f253aef14faf7640f94e9e76947b6a4461c3c1a4 (diff) | |
download | tor-a9720b90f860323781d37dbba6ce04f312ec3632.tar.gz tor-a9720b90f860323781d37dbba6ce04f312ec3632.zip |
Fix whitespace from tor_x509_cert rename
Diffstat (limited to 'src/common/tortls.h')
-rw-r--r-- | src/common/tortls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/tortls.h b/src/common/tortls.h index 22b1a9eb0f..28a73e9ae4 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -132,7 +132,8 @@ int tor_tls_get_my_certs(int server, const tor_x509_cert_t **id_cert_out); crypto_pk_t *tor_tls_get_my_client_auth_key(void); crypto_pk_t *tor_tls_cert_get_key(tor_x509_cert_t *cert); -int tor_tls_cert_matches_key(const tor_tls_t *tls, const tor_x509_cert_t *cert); +int tor_tls_cert_matches_key(const tor_tls_t *tls, + const tor_x509_cert_t *cert); int tor_tls_cert_is_valid(int severity, const tor_x509_cert_t *cert, const tor_x509_cert_t *signing_cert, |