All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libcurl: add option for no SSL/TLS support
Date: Tue, 31 Dec 2019 18:12:38 +0100	[thread overview]
Message-ID: <20191231181238.0f2ade9c@windsurf> (raw)
In-Reply-To: <20191231164023.10258-1-yann.morin.1998@free.fr>

On Tue, 31 Dec 2019 17:40:23 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Since we already have a choice to select the backend to do crypto, push
> the limits even further and add an option to do no crypto.
> 
> Usually, we would have added that option first in the choice, but if we
> were to do that now, existing defconfigs that previously used openssl
> (the first item in the choice) would now default to non crypto, which is
> not so nice. So we add the new option last in the choice.
> 
> Each crypto backend option is used in a conditional block, each of which
> default to disabling said backend. So, selecting none will indeed
> disable all.
> 
> We can now drop the blind intermediate option that would hide the choice
> when no backend library was available; there will now always be at least
> the none option in the choice, so we need not hide it.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: Baruch Siach <baruch@tkos.co.il>
> Cc: Matt Weber <matthew.weber@rockwellcollins.com>
> Cc: Julien Grossholtz <julien.grossholtz@openest.io>
> ---
>  package/libcurl/Config.in | 15 +++------------
>  1 file changed, 3 insertions(+), 12 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2019-12-31 17:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-31 16:40 [Buildroot] [PATCH] package/libcurl: add option for no SSL/TLS support Yann E. MORIN
2019-12-31 17:12 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191231181238.0f2ade9c@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.