mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-17 20:46:54 +02:00
Added linux-armv4 openssl build script
This commit is contained in:
parent
1d36ea8ddf
commit
421a04b35f
1 changed files with 4 additions and 0 deletions
4
ext/bin/libcrypto/openssl-config-linux-armv4.sh
Normal file
4
ext/bin/libcrypto/openssl-config-linux-armv4.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
make clean
|
||||
./Configure no-sock no-ssl2 no-ssl3 no-err no-krb5 no-engine no-hw no-tlsext no-jpake no-capieng no-idea no-camellia no-seed no-bf no-cast no-des no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-ripemd no-mdc2 no-rsa no-dsa no-dh no-shared no-zlib no-dso no-cms no-ocsp no-txt_db no-pem no-mdc2 no-ui no-ts linux-armv4
|
||||
make depend
|
||||
make build_crypto
|
Loading…
Add table
Reference in a new issue