1 Star 0 Fork 0

berkoo/openssl-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
This is a version of the official Android openssl sources, but it is meant to be built as a standalone library to be embedded into app.

To build:
cd openssl-android
/path/to/android-ndk-r5b/ndk-build


http://guardianproject.info

----------------------
Updating the upstream code
----------------------

This repository tracks the Android openssl repository:
 git://android.git.kernel.org/platform/external/openssl.git

To use this, add it as a remote called 'upstream'
 git remote add upstream git://android.git.kernel.org/platform/external/openssl.git

Then here's how you get the updated code:
 git checkout upstream (switch to upstream tracking branch)
 git pull upstream master (get newest code from Android, but don't merge)
 git checkout master
 git merge upstream (merge the changes from upstream)
 git push origin master
 git push origin upstream (update the upstream branch)

空文件

简介

we moved development to here: 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/berkoo/openssl-android.git
git@gitee.com:berkoo/openssl-android.git
berkoo
openssl-android
openssl-android
master

搜索帮助