From 2017cd774654df9ddd4411dabe28126ecaa27226 Mon Sep 17 00:00:00 2001 From: corvid Date: Mon, 18 May 2015 15:43:13 +0000 Subject: let's add LibreSSL to the OpenSSL licensing linking exception I tried dillo on openbsd and, unsurprisingly, it seems fine with libressl. I still would like it if some other TLS library would become the clear choice for dillo at some point... --- src/IO/ssl.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/IO/ssl.c b/src/IO/ssl.c index 4826fbc6..56d8d271 100644 --- a/src/IO/ssl.c +++ b/src/IO/ssl.c @@ -15,10 +15,10 @@ * (at your option) any later version. * * As a special exception, permission is granted to link Dillo with the OpenSSL - * project's "OpenSSL" library, and distribute the linked executables, without - * including the source code for OpenSSL in the source distribution. You must - * obey the GNU General Public License, version 3, in all respects for all of - * the code used other than "OpenSSL". + * or LibreSSL library, and distribute the linked executables without + * including the source code for OpenSSL or LibreSSL in the source + * distribution. You must obey the GNU General Public License, version 3, in + * all respects for all of the code used other than OpenSSL or LibreSSL. */ /* https://www.ssllabs.com/ssltest/viewMyClient.html */ -- cgit v1.2.3