summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHeiko Hund <heiko.hund@sophos.com>2012-08-17 11:51:53 +0200
committerDavid Sommerseth <davids@redhat.com>2012-09-02 20:28:24 +0200
commit7f696549251d853a9f40a373501b86cc6e5301e3 (patch)
treef32645b244349a2dbb73070b3cf7346edf9514cc /src
parentcc43956c649a1557a814d52ab422d44939b2383e (diff)
downloadopenvpn-7f696549251d853a9f40a373501b86cc6e5301e3.tar.gz
openvpn-7f696549251d853a9f40a373501b86cc6e5301e3.tar.xz
openvpn-7f696549251d853a9f40a373501b86cc6e5301e3.zip
remove unused flag SSLF_NO_NAME_REMAPPING
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>
Diffstat (limited to 'src')
-rw-r--r--src/openvpn/ssl_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openvpn/ssl_common.h b/src/openvpn/ssl_common.h
index f3f43be..cb259a9 100644
--- a/src/openvpn/ssl_common.h
+++ b/src/openvpn/ssl_common.h
@@ -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;