Replace a stray reference to mbedtls with OpenSSL
authorFabian Keil <fk@fabiankeil.de>
Thu, 20 Aug 2020 10:48:11 +0000 (12:48 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 1 Sep 2020 10:22:42 +0000 (12:22 +0200)
Sponsored by: Robert Klemme

openssl.c

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