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 --- build-native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-native.sh') diff --git a/build-native.sh b/build-native.sh index 06466925..4e93e928 100755 --- a/build-native.sh +++ b/build-native.sh @@ -8,5 +8,5 @@ if [ $? = 0 ]; then done # Removed compiled openssl libs, will use platform so libs # Reduces size of apk - rm -v */libcrypto.so */libssl.so + rm -v */libcrypto.so */libssl.so fi -- cgit v1.2.3