Revert "Explicitly enable OpenSSL on non-windows"

Accidental commit, OpenSSL 3.0 with Apache license is not out yet.

This reverts commit 3f06639835.
This commit is contained in:
BtbN 2021-06-10 18:06:55 +02:00
parent 5b5e41b0c6
commit 93719c1a54

View file

@ -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
}