0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00

Remove unused variable pass_config_info

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
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 <gert@greenie.muc.de>
This commit is contained in:
Arne Schwabe 2021-04-01 15:13:28 +02:00 committed by Gert Doering
parent c0b36e9f29
commit 9eb285f42f

View File

@ -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;