From 600c8c07dc64cdf80418408077479ab6d60ffffb Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 20 Aug 2020 12:48:11 +0200
Subject: [PATCH] Replace a stray reference to mbedtls with OpenSSL

Sponsored by: Robert Klemme
---
 openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openssl.c b/openssl.c
index bf8f3fe7..252daa3a 100644
--- a/openssl.c
+++ b/openssl.c
@@ -626,7 +626,7 @@ extern int create_client_ssl_connection(struct client_state *csp)
    SSL* ssl;
 
    /*
-    * Initializing mbedtls structures for TLS/SSL connection
+    * Initializing OpenSSL structures for TLS/SSL connection
     */
    openssl_init();
 
-- 
2.49.0