]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Compile OpenSSL with hardware acceleration
authorTobias Brunner <tobias@strongswan.org>
Tue, 29 Aug 2023 15:41:46 +0000 (17:41 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 29 Aug 2023 16:03:30 +0000 (18:03 +0200)
src/frontends/android/openssl/compile.sh

index 81463b903c7b00e264e9a05a60022ba5ef88c9f1..4c81a92f5743f8c3430dca4af0e7502ad4657017 100755 (executable)
@@ -40,7 +40,7 @@ esac
 OPTIONS="${OPTIONS} \
   no-shared no-ct no-cast no-comp no-dgram no-dsa no-gost no-idea \
   no-rmd160 no-seed no-sm2 no-sm3 no-sm4 no-sock no-srp no-srtp \
-  no-asm no-err no-engine no-dso no-hw no-stdio no-ui-console \
+  no-err no-engine no-dso no-hw no-stdio no-ui-console \
   -fPIC -DOPENSSL_PIC \
   -ffast-math -O3 -funroll-loops -Wno-macro-redefined \
   -D__ANDROID_API__=${MIN_SDK} \