1.下载OpenSSL源码:
https://github.com/openssl/openssl.git
2.配置NDK环境变量:vim ~/.zprofile
添加ANDROID_NDK_ROOT环境变量,iosdev改为你自己的用户名
export ANDROID_NDK_ROOT=/Users/iosdev/Library/Android/sdk/ndk/23.1.7779620
添加NDK下可执行文件路径到PATH环境变量
export PATH="$ANDROID_