From: Arne Schwabe Date: Thu, 1 Apr 2021 13:13:28 +0000 (+0200) Subject: Remove unused variable pass_config_info X-Git-Tag: v2.6_beta1~572 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eb285f42f73bcfb270adbae527947951615df7d;p=thirdparty%2Fopenvpn.git 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 --- 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;