mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 21:29:50 +01:00
src/tls13.c: fix whitespace.
This commit is contained in:
@@ -1963,7 +1963,7 @@ static int EncryptTls13(WOLFSSL* ssl, byte* output, const byte* input,
|
||||
if (ret != CRYPTOCB_UNAVAILABLE) {
|
||||
if (ret > 0) {
|
||||
ret = 0; /* tsip_Tls13AesEncrypt returns output size */
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user