From 56ed2f5db5b9eb7c43f9fc995db9ac8eb7df4b4c Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Sun, 12 Jun 2022 16:29:06 -0400 Subject: [PATCH] Remove tor_tls_get_num_server_handshakes declaration This function has not been defined since 5205c7fd903c ("Initial NSS support for TLS."). --- src/lib/tls/tortls.h | 1 - 1 file changed, 1 deletion(-) 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,( -- 2.47.2