forked from wolfSSL/wolfssl
fix whitespace/linelength/indentation.
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user