This function appears to completely unused and has not been touched since 2008.
Signed-off-by: Arne Schwabe <a...@rfc2549.org> --- src/openvpn/ssl.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h index 8c8cbe028..300a70d35 100644 --- a/src/openvpn/ssl.h +++ b/src/openvpn/ssl.h @@ -530,17 +530,6 @@ tls_initial_packet_received(const struct tls_multi *multi) return multi->n_sessions > 0; } -static inline bool -tls_test_auth_deferred_interval(const struct tls_multi *multi) -{ - if (multi) - { - const struct key_state *ks = &multi->session[TM_ACTIVE].key[KS_PRIMARY]; - return now < ks->auth_deferred_expire; - } - return false; -} - static inline int tls_test_payload_len(const struct tls_multi *multi) { -- 2.30.1 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel