Skip to content

Commit 149bf19

Browse files
committed
split overlong line
1 parent 2e63845 commit 149bf19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/internal.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41861,7 +41861,8 @@ int wolfssl_local_GetMaxPlaintextSize(WOLFSSL *ssl)
4186141861
mtu = MAX_MTU;
4186241862
#endif
4186341863

41864-
recordSz = wolfssl_local_GetRecordSize(ssl, maxFrag, IsEncryptionOn(ssl, 1));
41864+
recordSz = wolfssl_local_GetRecordSize(ssl, maxFrag,
41865+
IsEncryptionOn(ssl, 1));
4186541866
/* record size of maxFrag fits in MTU */
4186641867
if (recordSz <= mtu) {
4186741868
return maxFrag;

0 commit comments

Comments
 (0)