mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
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:
@@ -1,2 +1 @@
|
||||
usr/lib/sse2/libcrypto.so.10
|
||||
usr/lib/sse2/libssl.so.10
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user