Skip to content

Commit 1438b63

Browse files
committed
- small tweak suggested by Norbert
1 parent d4b0ffa commit 1438b63

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

bench-scripts/common_util.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,8 @@ function install_openssl {
118118

119119
git clone --single-branch -b ${BRANCH_NAME} --depth 1 \
120120
"${OPENSSL_REPO}" . || exit 1
121-
122-
if [[ "${DIRNAME}" = 'OpenSSL_1_1_1-stable' ]] ; then
123-
./config --prefix="${INSTALL_ROOT}/${DIRNAME}" \
124-
--libdir="lib" || exit 1
125-
else
126-
./Configure --prefix="${INSTALL_ROOT}/${DIRNAME}" \
127-
--libdir="lib" || exit 1
128-
fi
121+
./config --prefix="${INSTALL_ROOT}/${DIRNAME}" \
122+
--libdir="lib" || exit 1
129123
make ${MAKE_OPTS} || exit 1
130124
make ${MAKE_OPTS} install || exit 1
131125
}

0 commit comments

Comments
 (0)