commit: d0e040d28e3ca9037d3ef01b3db28b52b6132e68 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Fri Jun 21 11:09:46 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 06:52:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e040d2
profiles/desc: curl_ssl - remove fbopenssl comment It's long abandoned, isn't intended to be implemented, and reportedly has issues with modern curl. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/desc/curl_ssl.desc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 9023283859e1..3ac2d3b60f2f 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -1,8 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl -# spnego - Use SPNEGO fbopenssl - to be added gnutls - Use GnuTLS mbedtls - Use mbed TLS
