Mention that the functions in the file use mbedTLS
authorFabian Keil <fk@fabiankeil.de>
Fri, 26 Feb 2021 19:48:09 +0000 (20:48 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Mar 2021 06:26:57 +0000 (07:26 +0100)
ssl.c

diff --git a/ssl.c b/ssl.c
index 4862609..b253e19 100644 (file)
--- 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>