From 9eb285f42f73bcfb270adbae527947951615df7d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Thu, 1 Apr 2021 15:13:28 +0200 Subject: [PATCH] Remove unused variable pass_config_info Signed-off-by: Arne Schwabe Acked-by: Gert Doering Message-Id: <20210401131337.3684-6-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21948.html Signed-off-by: Gert Doering --- src/openvpn/ssl_common.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/openvpn/ssl_common.h b/src/openvpn/ssl_common.h index 4e1ff6c84..18bce403a 100644 --- a/src/openvpn/ssl_common.h +++ b/src/openvpn/ssl_common.h @@ -293,10 +293,6 @@ struct tls_options char *x509_username_field[2]; #endif - /* allow openvpn config info to be - * passed over control channel */ - bool pass_config_info; - /* struct crypto_option flags */ unsigned int crypto_flags; -- 2.47.2