summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-05-18 15:43:13 +0000
committercorvid <devnull@localhost>2015-05-18 15:43:13 +0000
commit2017cd774654df9ddd4411dabe28126ecaa27226 (patch)
treeb77d93578161f86434900af2da9e2c1c772fbafc /src
parent275ae726a40f192450d3c854b390ceec2567ffc0 (diff)
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...
Diffstat (limited to 'src')
-rw-r--r--src/IO/ssl.c8
1 files changed, 4 insertions, 4 deletions
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 */