From: Arne Schwabe Date: Thu, 9 Jul 2020 10:16:02 +0000 (+0200) Subject: Removed unused definition X-Git-Tag: v2.5_beta1~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6571181550f518eda3a63fb89e3a8191199dd24;p=thirdparty%2Fopenvpn.git Removed unused definition Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20200709101603.11941-7-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20256.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h index 2f6f7657b..58a9b0d45 100644 --- a/src/openvpn/ssl.h +++ b/src/openvpn/ssl.h @@ -89,13 +89,6 @@ #define TLS_MULTI_HORIZON 2 /* call tls_multi_process frequently for n seconds after * every packet sent/received action */ -/* - * The SSL/TLS worker thread will wait at most this many seconds for the - * interprocess communication pipe to the main thread to be ready to accept - * writes. - */ -#define TLS_MULTI_THREAD_SEND_TIMEOUT 5 - /* Interval that tls_multi_process should call tls_authentication_status */ #define TLS_MULTI_AUTH_STATUS_INTERVAL 10