summarylogtreecommitdiffstats
path: root/set_openssl_1.0_paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'set_openssl_1.0_paths.patch')
-rw-r--r--set_openssl_1.0_paths.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/set_openssl_1.0_paths.patch b/set_openssl_1.0_paths.patch
new file mode 100644
index 000000000000..7e3b11ed4f6a
--- /dev/null
+++ b/set_openssl_1.0_paths.patch
@@ -0,0 +1,6 @@
+4,5c4,5
+< <dllmap os="!windows,osx" dll="libeay32" target="libcrypto.so"/>
+< <dllmap os="!windows,osx" dll="ssleay32" target="libssl.so"/>
+---
+> <dllmap os="!windows,osx" dll="libeay32" target="/usr/lib/openssl-1.0/libcrypto.so"/>
+> <dllmap os="!windows,osx" dll="ssleay32" target="/usr/lib/openssl-1.0/libssl.so"/>