summaryrefslogtreecommitdiff
path: root/openvpn/config.h
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-23 22:42:46 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-23 22:42:46 +0100
commite792f2d04614dbcbd27076a042c28f6fb20d7abd (patch)
tree6f98d901a06cd3ea8b40178b777afccd29ca22ed /openvpn/config.h
parent6ba818e5c9e1d7d50478cf161fe819597499477d (diff)
Allow building with polarssl
Not very useful at the moment since pkcs12 and external key management are not supported but might be useful one day
Diffstat (limited to 'openvpn/config.h')
-rw-r--r--openvpn/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openvpn/config.h b/openvpn/config.h
index 4dfd7bc5..8e738f37 100644
--- a/openvpn/config.h
+++ b/openvpn/config.h
@@ -550,7 +550,10 @@
#define ENABLE_SSL 1
#define USE_SSL 1
#define ENABLE_CRYPTO 1
-#define ENABLE_CRYPTO_OPENSSL 1
+
+/* via android.mk */
+/*#define ENABLE_CRYPTO_OPENSSL 1*/
+/* #define ENABLE_CRYPTO_POLARSSL 1 */
/* Use valgrind memory debugging library */
/* #undef USE_VALGRIND */