Skip to content

Commit

Permalink
curl: Select OpenSSL as TLS backend
Browse files Browse the repository at this point in the history
    configure: error: select TLS backend(s) or disable TLS with --without-ssl.

    Select from these:

      --with-amissl
      --with-bearssl
      --with-gnutls
      --with-mbedtls
      --with-nss
      --with-openssl (also works for BoringSSL and libressl)
      --with-rustls
      --with-schannel
      --with-secure-transport
      --with-wolfssl

OpenSSL has been used until now, so continue doing so.
  • Loading branch information
pmenzel committed May 17, 2023
1 parent 0a25c32 commit 340b0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions curl.be0
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/229e070c0e3f05ad654a1cf11e0619b7/curl-8

mee_configure() {
bee_configure \
--with-openssl \
--without-brotli \
--disable-lber \
--disable-ldap
Expand Down

0 comments on commit 340b0be

Please sign in to comment.