openssl: Don't ship an SSE-optimised version of libssl

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.
This commit is contained in:
Michael Tremer
2015-04-28 11:15:38 +02:00
parent 1cbc5ca0a4
commit cbdee67e06
2 changed files with 1 additions and 2 deletions

View File

@@ -1,2 +1 @@
usr/lib/sse2/libcrypto.so.10
usr/lib/sse2/libssl.so.10

View 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