]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
openssl: Enable optimised code for ARM
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jul 2015 21:13:46 +0000 (23:13 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Jul 2015 21:13:46 +0000 (23:13 +0200)
There are assembly implementations available for the
ARM architectures that will speed up execution speed
of some hashes, ciphers and so on.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
openssl/openssl.nm

index 1d79f10d8104c710239c0649d12656986e23db02..d9848e41b5ef0df1b94b31a1cbc3487fcfc0abea 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = openssl
 version    = 1.0.2d
-release    = 1
+release    = 2
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 groups     = System/Libraries
@@ -54,11 +54,11 @@ build
        end
 
        if "%{DISTRO_ARCH}" == "armv5tel"
-               ssl_arch = linux-generic32
+               ssl_arch = linux-armv4
        end
 
        if "%{DISTRO_ARCH}" == "armv7hl"
-               ssl_arch = linux-generic32
+               ssl_arch = linux-armv4
        end
 
        build