diff --git a/arm/libcrypto.so b/arm/libcrypto.so index d7c9211..32fbd10 100755 Binary files a/arm/libcrypto.so and b/arm/libcrypto.so differ diff --git a/arm/libssl.so b/arm/libssl.so index 5a71a92..805a6c2 100755 Binary files a/arm/libssl.so and b/arm/libssl.so differ diff --git a/arm64/libcrypto.so b/arm64/libcrypto.so index 38c2281..c263af2 100755 Binary files a/arm64/libcrypto.so and b/arm64/libcrypto.so differ diff --git a/arm64/libssl.so b/arm64/libssl.so index 4e3eead..bde4f0b 100755 Binary files a/arm64/libssl.so and b/arm64/libssl.so differ diff --git a/build_ssl.sh b/build_ssl.sh index 6230475..c7d5a2f 100755 --- a/build_ssl.sh +++ b/build_ssl.sh @@ -43,7 +43,7 @@ do ./Configure shared android-${arch} -D__ANDROID_API__=${ANDROID_API} || exit 1 make depend - make -j$(nproc) CALC_VERSIONS="SHLIB_COMPAT=; SHLIB_SOVER=" build_libs || exit 1 + make -j$(nproc) SHLIB_VERSION_NUMBER= SHLIB_EXT=.so build_libs || exit 1 llvm-strip -strip-all libcrypto.so llvm-strip -strip-all libssl.so cp libcrypto.so ../$arch diff --git a/x86/libcrypto.so b/x86/libcrypto.so index 37d1f58..ce5ddb6 100755 Binary files a/x86/libcrypto.so and b/x86/libcrypto.so differ diff --git a/x86/libssl.so b/x86/libssl.so index 010ad62..09febf7 100755 Binary files a/x86/libssl.so and b/x86/libssl.so differ diff --git a/x86_64/libcrypto.so b/x86_64/libcrypto.so index 9419c43..82c2aac 100755 Binary files a/x86_64/libcrypto.so and b/x86_64/libcrypto.so differ diff --git a/x86_64/libssl.so b/x86_64/libssl.so index eb8a77f..0b8a4af 100755 Binary files a/x86_64/libssl.so and b/x86_64/libssl.so differ