summaryrefslogtreecommitdiffstats
path: root/ssl_common.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-30 12:37:33 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-21 14:51:45 +0200
commit19dd3ef12f45b2c70c0657ea72fbdce5241e45c2 (patch)
treee840a5c6d385e4aa9031d949157c508484789863 /ssl_common.h
parentdd4cdb9ee740527f32198ef27b9901e396e045be (diff)
downloadopenvpn-19dd3ef12f45b2c70c0657ea72fbdce5241e45c2.tar.gz
openvpn-19dd3ef12f45b2c70c0657ea72fbdce5241e45c2.tar.xz
openvpn-19dd3ef12f45b2c70c0657ea72fbdce5241e45c2.zip
Refactored: removed global x509_username_field
Moved to tls_options. Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'ssl_common.h')
-rw-r--r--ssl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl_common.h b/ssl_common.h
index 525a1da..f3f43be 100644
--- a/ssl_common.h
+++ b/ssl_common.h
@@ -251,6 +251,7 @@ struct tls_options
unsigned remote_cert_ku[MAX_PARMS];
const char *remote_cert_eku;
uint8_t *verify_hash;
+ char *x509_username_field;
/* allow openvpn config info to be
passed over control channel */