Skip to content

Commit

Permalink
Split line
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh-dc committed Apr 8, 2024
1 parent 0b140f4 commit acb0430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssl/record/methods/tls_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit acb0430

Please sign in to comment.