summaryrefslogtreecommitdiff
path: root/ext/bin
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-03 07:24:18 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-08-03 07:24:18 -0700
commit3635a940f921a10f229d67a30fde1be650d3a28e (patch)
tree41cfce2e36f449113cecc0c8eeab5ef94b9b1b5d /ext/bin
parent1d36ea8ddf064bddde39675a88d672904a437c62 (diff)
parent71b1eb9d5218d81de8baf57dfd8f2b4e69142a2d (diff)
downloadinfinitytier-3635a940f921a10f229d67a30fde1be650d3a28e.tar.gz
infinitytier-3635a940f921a10f229d67a30fde1be650d3a28e.zip
Merge pull request #14 from paulfurley/12-libcrypto-armv4
openssl static library for ARM, and ARM build scripts -- works on Raspberry Pi
Diffstat (limited to 'ext/bin')
-rw-r--r--ext/bin/libcrypto/linux-armv4/libcrypto.abin0 -> 2608484 bytes
l---------ext/bin/libcrypto/linux-armv6l1
-rw-r--r--ext/bin/libcrypto/openssl-config-linux-armv4.sh4
3 files changed, 5 insertions, 0 deletions
diff --git a/ext/bin/libcrypto/linux-armv4/libcrypto.a b/ext/bin/libcrypto/linux-armv4/libcrypto.a
new file mode 100644
index 00000000..7dd87bbb
--- /dev/null
+++ b/ext/bin/libcrypto/linux-armv4/libcrypto.a
Binary files differ
diff --git a/ext/bin/libcrypto/linux-armv6l b/ext/bin/libcrypto/linux-armv6l
new file mode 120000
index 00000000..23a34df6
--- /dev/null
+++ b/ext/bin/libcrypto/linux-armv6l
@@ -0,0 +1 @@
+linux-armv4/ \ No newline at end of file
diff --git a/ext/bin/libcrypto/openssl-config-linux-armv4.sh b/ext/bin/libcrypto/openssl-config-linux-armv4.sh
new file mode 100644
index 00000000..c7687fe8
--- /dev/null
+++ b/ext/bin/libcrypto/openssl-config-linux-armv4.sh
@@ -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