From e792f2d04614dbcbd27076a042c28f6fb20d7abd Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sat, 23 Mar 2013 22:42:46 +0100 Subject: 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 --- openvpn/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openvpn/config.h') 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 */ -- cgit v1.2.3