From 93719c1a54bbfa2d013261341b419a2f026110f9 Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 10 Jun 2021 18:06:55 +0200 Subject: [PATCH] Revert "Explicitly enable OpenSSL on non-windows" Accidental commit, OpenSSL 3.0 with Apache license is not out yet. This reverts commit 3f066398357ee81216cf00ecb83f9f65a9a85aa7. --- scripts.d/25-openssl.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts.d/25-openssl.sh b/scripts.d/25-openssl.sh index 81d6ab4..e5705b1 100755 --- a/scripts.d/25-openssl.sh +++ b/scripts.d/25-openssl.sh @@ -48,13 +48,3 @@ ffbuild_dockerbuild() { make -j$(nproc) make install_sw } - -ffbuild_configure() { - [[ $TARGET == win* ]] && return - echo --enable-openssl -} - -ffbuild_unconfigure() { - [[ $TARGET == win* ]] && return - echo --disable-openssl -}