From f391b0b3ca7e1d3fa6085d152918db07c83cef91 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 27 Jun 2018 22:35:21 +0300 Subject: [PATCH] SDL: fixed my previous OpenSSL fix --- project/jni/openssl/compile.sh | 1 - project/jni/openssl/opensslconf.h.patch | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project/jni/openssl/compile.sh b/project/jni/openssl/compile.sh index 8d6c548c7..0b92e6a0b 100755 --- a/project/jni/openssl/compile.sh +++ b/project/jni/openssl/compile.sh @@ -1,7 +1,6 @@ #!/bin/sh ARCH_LIST="arm64-v8a x86_64 x86 armeabi-v7a" -ARCH_LIST="armeabi-v7a" PARALLEL=true diff --git a/project/jni/openssl/opensslconf.h.patch b/project/jni/openssl/opensslconf.h.patch index 031d7f011..e252f3df7 100644 --- a/project/jni/openssl/opensslconf.h.patch +++ b/project/jni/openssl/opensslconf.h.patch @@ -1,7 +1,7 @@ diff -u -r include/openssl/opensslconf.h include/openssl/opensslconf.h --- include/openssl/opensslconf.h 2018-06-27 21:41:35.243331385 +0300 +++ include/openssl/opensslconf.h 2018-06-27 22:00:56.341328455 +0300 -@@ -157,8 +157,10 @@ +@@ -157,10 +157,13 @@ #if !defined(OPENSSL_SYS_UEFI) # define BN_LLONG /* Only one for the following should be defined */ @@ -13,4 +13,7 @@ diff -u -r include/openssl/opensslconf.h include/openssl/opensslconf.h +#else # define THIRTY_TWO_BIT #endif ++#endif + + #define RC4_INT unsigned char