]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
remove unused flag SSLF_NO_NAME_REMAPPING
authorHeiko Hund <heiko.hund@sophos.com>
Fri, 17 Aug 2012 09:51:53 +0000 (11:51 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sun, 2 Sep 2012 18:28:24 +0000 (20:28 +0200)
The flag was used with the --no-name-remapping option that was removed
in commit 5e86fd93779482b90a191f929edebe414cd78a4f.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1345197113-24636-1-git-send-email-heiko.hund@sophos.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6986
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpn/ssl_common.h

index f3f43be2516b5800b8db8caeda66df17b0523df8..cb259a96e78f4da2dc0a00a2dfd24f18067c4dae 100644 (file)
@@ -288,7 +288,6 @@ struct tls_options
 # define SSLF_CLIENT_CERT_NOT_REQUIRED (1<<0)
 # define SSLF_USERNAME_AS_COMMON_NAME  (1<<1)
 # define SSLF_AUTH_USER_PASS_OPTIONAL  (1<<2)
-# define SSLF_NO_NAME_REMAPPING        (1<<3)
 # define SSLF_OPT_VERIFY               (1<<4)
 # define SSLF_CRL_VERIFY_DIR           (1<<5)
   unsigned int ssl_flags;