From 500d7c85445b001256f29c0cff5c453c86afb81c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 25 Feb 2020 13:20:54 +0100 Subject: [PATCH] Add a missing 'the' to a log message --- ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl.c b/ssl.c index 14258797..ccc1b105 100644 --- a/ssl.c +++ b/ssl.c @@ -802,7 +802,7 @@ extern int create_server_ssl_connection(struct client_state *csp) * Handshake with server */ log_error(LOG_LEVEL_CONNECT, - "Performing the TLS/SSL handshake with server"); + "Performing the TLS/SSL handshake with the server"); while ((ret = mbedtls_ssl_handshake(&(csp->mbedtls_server_attr.ssl))) != 0) { -- 2.39.2