]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: Don't ship an SSE-optimised version of libssl
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2015 09:15:38 +0000 (11:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Apr 2015 09:15:38 +0000 (11:15 +0200)
This one does not benefit at all from any optimisations
of this kind. Only libcrypto.so.10 which holds the implementation
of ciphers and hashes gains better performance by using SSE2.

config/rootfiles/common/i586/openssl-sse2
lfs/openssl

index 59bfce3e26ec92245e8299667d60afce6beadbc1..7f6ddd69ba7f865a625a26f31007091d726ad88b 100644 (file)
@@ -1,2 +1 @@
 usr/lib/sse2/libcrypto.so.10
-usr/lib/sse2/libssl.so.10
index a1f4fbe731424a3375e9b3aae5f18617ebb4775b..d8925d7d18538532a19c2706e4f448ffa3675147 100644 (file)
@@ -137,7 +137,7 @@ endif
 ifeq "$(KCFG)" "-sse2"
        -mkdir -pv /usr/lib/sse2
        cd $(DIR_APP) && install -m 755 \
-               libcrypto.so.10 libssl.so.10 /usr/lib/sse2
+               libcrypto.so.10 /usr/lib/sse2
 else
        # Install everything.
        cd $(DIR_APP) && make install