summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-07-05 13:09:13 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 16:00:49 +0200
commit7dd8bbf574672b60d4776bee0ef9908cf1f49c2f (patch)
tree3f8dbf8d216011e7ad489a2e07333edc7dc273da /syshead.h
parent88203950ef5ce2f23325ceff5ad247033dfa0005 (diff)
downloadopenvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.tar.gz
openvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.tar.xz
openvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.zip
Disabled X.509 track and username selection for PolarSSL
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 'syshead.h')
-rw-r--r--syshead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syshead.h b/syshead.h
index 0e8edf3..f3c0ac9 100644
--- a/syshead.h
+++ b/syshead.h
@@ -627,7 +627,7 @@ socket_defined (const socket_descriptor_t sd)
/*
* Enable x509-track feature?
*/
-#if defined(USE_CRYPTO) && defined(USE_SSL) && defined USE_OPENSSL
+#if defined(USE_CRYPTO) && defined(USE_SSL) && defined (USE_OPENSSL)
#define ENABLE_X509_TRACK
#endif