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>
| ... | ... |
@@ -288,7 +288,6 @@ struct tls_options |
| 288 | 288 |
# define SSLF_CLIENT_CERT_NOT_REQUIRED (1<<0) |
| 289 | 289 |
# define SSLF_USERNAME_AS_COMMON_NAME (1<<1) |
| 290 | 290 |
# define SSLF_AUTH_USER_PASS_OPTIONAL (1<<2) |
| 291 |
-# define SSLF_NO_NAME_REMAPPING (1<<3) |
|
| 292 | 291 |
# define SSLF_OPT_VERIFY (1<<4) |
| 293 | 292 |
# define SSLF_CRL_VERIFY_DIR (1<<5) |
| 294 | 293 |
unsigned int ssl_flags; |