From db6e4beea76915866fe4ef44c7384bd63c4f4217 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 5 May 2019 17:41:12 +0500 Subject: [PATCH] BUILD: remove "build_libressl" duplicate declaration --- scripts/build-ssl.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/build-ssl.sh b/scripts/build-ssl.sh index 4898724eb..a8863ed3a 100755 --- a/scripts/build-ssl.sh +++ b/scripts/build-ssl.sh @@ -44,14 +44,6 @@ download_libressl () { fi } -build_libressl() { - ( - cd "libressl-${LIBRESSL_VERSION}/" - ./configure --prefix="${HOME}/opt" - make all install - ) -} - build_libressl () { if [ "$(cat ${HOME}/opt/.libressl-version)" != "${LIBRESSL_VERSION}" ]; then tar zxf "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz"