From: Fabian Keil <fk@fabiankeil.de>
Date: Fri, 26 Feb 2021 19:48:09 +0000 (+0100)
Subject: Mention that the functions in the file use mbedTLS
X-Git-Tag: v_3_0_33~108^2~14
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/@default-cgi@toggle?a=commitdiff_plain;h=eaa5bdda44175e2010647984824d91dd9f6b75f8;p=privoxy.git

Mention that the functions in the file use mbedTLS
---

diff --git a/ssl.c b/ssl.c
index 48626095..b253e193 100644
--- a/ssl.c
+++ b/ssl.c
@@ -3,7 +3,8 @@
  * File        :  $Source: /cvsroot/ijbswa/current/ssl.c,v $
  *
  * Purpose     :  File with TLS/SSL extension. Contains methods for
- *                creating, using and closing TLS/SSL connections.
+ *                creating, using and closing TLS/SSL connections
+ *                using mbedTLS.
  *
  * Copyright   :  Written by and Copyright (c) 2017-2020 Vaclav Svec. FIT CVUT.
  *                Copyright (C) 2018-2020 by Fabian Keil <fk@fabiankeil.de>