From 4697cf05fcd27c0c559477f66d82784ebcb60b42 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 17 Apr 2022 17:48:54 +0200
Subject: [PATCH] Add OpenSSL to the list of libraries that may be licensed
 under the Apache 2.0 license

... in which case the linked Privoxy binary has to be
distributed under the GPLv3 or later.
---
 doc/source/license.sgml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/source/license.sgml b/doc/source/license.sgml
index 60157481..8e4888ce 100644
--- a/doc/source/license.sgml
+++ b/doc/source/license.sgml
@@ -34,7 +34,8 @@
 <para>
  The same is true for <application>Privoxy</application> binaries
  unless they are linked with a
- <ulink url="https://tls.mbed.org/">mbed TLS</ulink> version
+ <ulink url="https://tls.mbed.org/">mbed TLS</ulink> or
+ <ulink url="https://www.openssl.org/">OpenSSL</ulink> version
  that is licensed under the Apache 2.0 license in which
  case you can redistribute and/or modify the <application>Privoxy</application>
  binaries under the terms of the <citetitle>GNU General Public License</citetitle>
-- 
2.50.1