fix whitespace/linelength/indentation.

This commit is contained in:
Daniel Pouzzner
2022-09-17 12:53:37 -05:00
parent e6bd6a94a0
commit 02cc7bf82e
3 changed files with 12 additions and 11 deletions

View File

@ -6169,7 +6169,8 @@ int SendTls13ServerHello(WOLFSSL* ssl, byte extMsgType)
{
#ifdef WOLFSSL_DTLS13
if (ssl->options.dtls) {
ret = Dtls13HashHandshake(ssl,
ret = Dtls13HashHandshake(
ssl,
output + Dtls13GetRlHeaderLength(ssl, 0) ,
(word16)sendSz - Dtls13GetRlHeaderLength(ssl, 0));
}