mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-05 01:54:00 +00:00
Added AgentID=27, Raspberry Pi on Raspian 7.
This commit is contained in:
BIN
openssl/libstatic/linux/armhf2/libcrypto.a
Normal file
BIN
openssl/libstatic/linux/armhf2/libcrypto.a
Normal file
Binary file not shown.
BIN
openssl/libstatic/linux/armhf2/libssl.a
Normal file
BIN
openssl/libstatic/linux/armhf2/libssl.a
Normal file
Binary file not shown.
13
openssl/libstatic/linux/openssl-armhf2
Normal file
13
openssl/libstatic/linux/openssl-armhf2
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copy and run this in the OpenSSL directory for ARM compatible OpenSSL stack
|
||||
#
|
||||
cd ../openssl
|
||||
make clean
|
||||
./Configure linux-armv4 no-weak-ssl-ciphers no-srp no-psk no-comp no-zlib no-zlib-dynamic no-threads no-hw no-err no-dso no-shared -no-asm no-rc5 no-idea no-md4 no-rmd160 no-ssl no-ssl3 no-seed no-camellia no-dso no-bf no-cast no-md2 no-mdc2
|
||||
make depend
|
||||
sed 's/ -O3 / -Os /g' Makefile > t
|
||||
rm Makefile
|
||||
mv t Makefile
|
||||
make
|
||||
cp *.a ../openssl-static/armhf2
|
||||
cd ..
|
||||
@@ -1 +1,3 @@
|
||||
openssl-1.1.1.tar.gz in use on everything here.
|
||||
|
||||
armhf2 - openssl-1.1.1c - This is a build of OpenSSL made on a Raspberry Pi 1 with a old 2015-02-02 build of Raspian 7.
|
||||
Reference in New Issue
Block a user