]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove unused variable pass_config_info
authorArne Schwabe <arne@rfc2549.org>
Thu, 1 Apr 2021 13:13:28 +0000 (15:13 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 1 Apr 2021 13:56:07 +0000 (15:56 +0200)
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>
src/openvpn/ssl_common.h

index 4e1ff6c848f558dae8cd4e7fcec86bfd7c5dd9dc..18bce403ad644cc35aec60bfb3aa94c4b5f006cf 100644 (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;