From 1101ae9aab9eb652d57519d17f5a226ef98e5402 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Tue, 19 Sep 2017 21:54:39 +0200 Subject: [PATCH] fix openssl version in linux build --- client/sources-linux/buildenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/sources-linux/buildenv.sh b/client/sources-linux/buildenv.sh index 054ad734..1773acda 100755 --- a/client/sources-linux/buildenv.sh +++ b/client/sources-linux/buildenv.sh @@ -154,7 +154,7 @@ cd /usr/src/zlib-1.2.11 cd /usr/src tar zxf openssl-1.0.2l.orig.tar.gz -cd /usr/src/openssl-1.0.2k/ +cd /usr/src/openssl-1.0.2l/ CC="gcc -Os -fPIC" ./Configure --prefix=/usr no-hw-xxx shared \ no-dso no-err no-krb5 no-hw no-asm no-ssl2 linux-generic32 make depend >/dev/null 2>/dev/null; @@ -451,7 +451,7 @@ cd /usr/src/zlib-1.2.11 cd /usr/src tar zxf openssl-1.0.2l.orig.tar.gz -cd /usr/src/openssl-1.0.2k/ +cd /usr/src/openssl-1.0.2l/ CC="gcc -Os -fPIC" ./Configure --prefix=/usr no-hw-xxx shared \ no-dso no-err no-krb5 no-hw no-asm no-ssl2 linux-generic64 make depend >/dev/null 2>/dev/null