From d69fc5cca4f7d9bac61e022c41625f9f4bac7a5c Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Tue, 14 Mar 2017 12:12:35 +0200 Subject: [PATCH] openssl: add back libcrypto.so link it was removed by accident --- components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m | 1 + 1 file changed, 1 insertion(+) diff --git a/components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m b/components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m index 866bd82d9..93b8afb28 100644 --- a/components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m +++ b/components/library/openssl/openssl-1.0.2/openssl-1.0.2.p5m @@ -55,6 +55,7 @@ link path=lib/$(MACH64)/libssl.so target=libssl.so.1.0.0 link path=lib/$(MACH64)/libssl.so.1.0.0 \ target=../openssl/default/$(MACH64)/libssl.so.1.0.0 mediator=openssl \ mediator-implementation=default mediator-priority=vendor +link path=lib/libcrypto.so target=libcrypto.so.1.0.0 # Mediator links for 32-bit libraries link path=lib/libcrypto.so.1.0.0 target=openssl/default/libcrypto.so.1.0.0 \ -- 2.11.4.GIT