From d3f8c79ea024642191f9bce4fa131fd98088effd Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Mon, 20 May 2019 15:06:12 +0100 Subject: [PATCH] Improve wording in ssl_build_inner_plaintext() --- library/ssl_tls.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index c3a3a9c3d..746122b26 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -1968,9 +1968,8 @@ static void ssl_read_memory( unsigned char *p, size_t len ) */ #if defined(MBEDTLS_SSL_CID) -/* This functions transforms a pair of a DTLS plaintext fragment - * and a record content type into an instance of the DTLSInnerPlaintext - * structure: +/* This functions transforms a DTLS plaintext fragment and a record content + * type into an instance of the DTLSInnerPlaintext structure: * * struct { * opaque content[DTLSPlaintext.length];