commit: 9c482ab421a43dfb3c62f9a6107947c511c34071 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Dec 15 19:45:11 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Tue Dec 15 19:46:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c482ab4
profiles: add curl_ssl_mbedtls to desc/curl_ssl.desc profiles/desc/curl_ssl.desc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 4108ff1..8afe561 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -3,12 +3,13 @@ # $Id$ # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl -#spnego - Use SPNEGO fbopenssl - to be added +# spnego - Use SPNEGO fbopenssl - to be added axtls - Use axTLS gnutls - Use GnuTLS -nss - Use Mozilla's Network Security Services libressl - Use LibreSSL +mbedtls - Use mbed TLS +nss - Use Mozilla's Network Security Services openssl - Use OpenSSL -polarssl - Use Polar SSL +polarssl - Use PolarSSL winssl - Use WinSSL (only with elibc_Winnt)
