commit 56ed2f5db5b9eb7c43f9fc995db9ac8eb7df4b4c
parent af67487d7bfae08784886362e9b208acd998c389
Author: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Date: Sun, 12 Jun 2022 16:29:06 -0400
Remove tor_tls_get_num_server_handshakes declaration
This function has not been defined since 5205c7fd903c ("Initial NSS support for
TLS.").
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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,(