From 31d3ef11f53ac7cd0556dc857fe5f7ccc4698070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 10 May 2019 10:25:00 +0200 Subject: [PATCH] Fix typo in comment --- library/ssl_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 74cb756e7..5cc52c336 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -1521,7 +1521,7 @@ end: * - SSL/TLS minor version * - hash associated with the ciphersuite (only used by TLS 1.2) * - * Ouputs: + * Outputs: * - the tls_prf, calc_verify and calc_finished members of handshake structure */ static int ssl_set_handshake_prfs( mbedtls_ssl_handshake_params *handshake,