From 084694dd5774e7fb9fa2073242b41f4082e816fa Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 12 Aug 2019 14:50:46 +0100 Subject: [PATCH] Fix copy-pasta in documentation for outgoing CliKeyExchange --- library/ssl_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 8e865924a..b38c2a3ed 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -3443,7 +3443,7 @@ static int ssl_client_key_exchange_prepare( mbedtls_ssl_context *ssl ) if( mbedtls_ssl_suite_get_key_exchange( ciphersuite_info ) == MBEDTLS_KEY_EXCHANGE_RSA ) { - /* For RSA-PSK, the premaster secret is composed of + /* For RSA, the premaster secret is composed of * - 2 bytes indicating the TLS version * - 46 randomly chosen bytes * which the following call generates. */