From acb043060b52c427fb0ff26e207d9041aa340467 Mon Sep 17 00:00:00 2001 From: Frederik Wedel-Heinen Date: Mon, 8 Apr 2024 11:42:14 +0200 Subject: [PATCH] Split line --- ssl/record/methods/tls_common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl/record/methods/tls_common.c b/ssl/record/methods/tls_common.c index 13d7a6da6a06a7..42616ff41f99ab 100644 --- a/ssl/record/methods/tls_common.c +++ b/ssl/record/methods/tls_common.c @@ -1707,7 +1707,8 @@ int tls_post_encryption_processing_default(OSSL_RECORD_LAYER *rl, rl->msg_callback(1, thiswr->rec_version, SSL3_RT_HEADER, recordstart, headerlen, rl->cbarg); - if ((rl->version == TLS1_3_VERSION || rl->version == DTLS1_3_VERSION) && rl->enc_ctx != NULL) { + if ((rl->version == TLS1_3_VERSION || rl->version == DTLS1_3_VERSION) + && rl->enc_ctx != NULL) { unsigned char ctype = thistempl->type; rl->msg_callback(1, thiswr->rec_version, SSL3_RT_INNER_CONTENT_TYPE,