Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Sun, 20 Sep 2015 13:58:30
Message-Id: 1442756925.e40e34536d9cd344ac8a051611de104db8f4c627.hasufell@gentoo
1 commit: e40e34536d9cd344ac8a051611de104db8f4c627
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 13:48:45 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 13:48:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40e3453
7
8 profiles: add libressl to CURL_SSL
9
10 profiles/desc/curl_ssl.desc | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc
14 index 4a0eaf9..4108ff1 100644
15 --- a/profiles/desc/curl_ssl.desc
16 +++ b/profiles/desc/curl_ssl.desc
17 @@ -8,6 +8,7 @@
18 axtls - Use axTLS
19 gnutls - Use GnuTLS
20 nss - Use Mozilla's Network Security Services
21 +libressl - Use LibreSSL
22 openssl - Use OpenSSL
23 polarssl - Use Polar SSL
24 winssl - Use WinSSL (only with elibc_Winnt)