Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These symlinks were created by the script before this patch: root@4923c457fa27:~/android_openssl/ssl_3/arm64-v8a# tree . ├── include -> ../ssl_3/include ├── libcrypto.a ├── libcrypto.so -> ../ssl_3/arm64-v8a/libcrypto_3.so ├── libcrypto_3.so ├── libssl.a ├── libssl.so -> ../ssl_3/arm64-v8a/libssl_3.so └── libssl_3.so After the fix, this is the result: root@4923c457fa27:~/android_openssl/ssl_3/arm64-v8a# tree . ├── include -> ../../ssl_3/include ├── libcrypto.a ├── libcrypto.so -> libcrypto_3.so ├── libcrypto_3.so ├── libssl.a ├── libssl.so -> libssl_3.so └── libssl_3.so
- Loading branch information