From: Alex Xu (Hello71) Date: Sun, 12 Jun 2022 20:29:06 +0000 (-0400) Subject: Remove tor_tls_get_num_server_handshakes declaration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ed2f5db5b9eb7c43f9fc995db9ac8eb7df4b4c;p=thirdparty%2Ftor.git Remove tor_tls_get_num_server_handshakes declaration This function has not been defined since 5205c7fd903c ("Initial NSS support for TLS."). --- diff --git a/src/lib/tls/tortls.h b/src/lib/tls/tortls.h index 37e0f4de0a..0310c0454f 100644 --- a/src/lib/tls/tortls.h +++ b/src/lib/tls/tortls.h @@ -111,7 +111,6 @@ int tor_tls_get_buffer_sizes(tor_tls_t *tls, MOCK_DECL(double, tls_get_write_overhead_ratio, (void)); -int tor_tls_get_num_server_handshakes(tor_tls_t *tls); MOCK_DECL(int,tor_tls_cert_matches_key,(const tor_tls_t *tls, const struct tor_x509_cert_t *cert)); MOCK_DECL(int,tor_tls_export_key_material,(