From ff375d238bd74da2a161a74c5219988ccf61c13d Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 2 Jan 2019 08:18:07 +0100 Subject: [PATCH] fix(crypto/tls): typo --- libfreerdp/crypto/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/crypto/tls.c b/libfreerdp/crypto/tls.c index 7d44457..b2cf541 100644 --- a/libfreerdp/crypto/tls.c +++ b/libfreerdp/crypto/tls.c @@ -1585,7 +1585,7 @@ void tls_print_certificate_error(const char* hostname, UINT16 port, const char* WLog_ERR(TAG, "Someone could be eavesdropping on you right now (man-in-the-middle attack)!"); WLog_ERR(TAG, "It is also possible that a host key has just been changed."); - WLog_ERR(TAG, "The fingerprint for the host key sent by the remote host is%s", + WLog_ERR(TAG, "The fingerprint for the host key sent by the remote host is %s", fingerprint); WLog_ERR(TAG, "Please contact your system administrator."); WLog_ERR(TAG, "Add correct host key in %s to get rid of this message.", -- 2.7.4