diff options
author | Roger Dingledine <arma@torproject.org> | 2017-07-01 17:56:06 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-07-01 17:56:06 -0400 |
commit | 0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2 (patch) | |
tree | af2ed94a3032f793433c7e122785c314a90b55d5 /src/or/channeltls.c | |
parent | bbc1b3c1aec862ade7f1fd9ce0b731fd917cabfb (diff) | |
download | tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.tar.gz tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.zip |
general formatting / whitespace / typo fixes
Diffstat (limited to 'src/or/channeltls.c')
-rw-r--r-- | src/or/channeltls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/channeltls.c b/src/or/channeltls.c index 707dd5ba8e..6547451181 100644 --- a/src/or/channeltls.c +++ b/src/or/channeltls.c @@ -1915,7 +1915,6 @@ certs_cell_typenum_to_cert_type(int typenum) * of the connection, we then authenticate the server or mark the connection. * If it's the server side, wait for an AUTHENTICATE cell. */ - STATIC void channel_tls_process_certs_cell(var_cell_t *cell, channel_tls_t *chan) { |