Skip to content

Commit e82c099

Browse files
committed
fix indentation
1 parent b1b49c9 commit e82c099

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/ssl.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12812,10 +12812,10 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
1281212812
return 0;
1281312813

1281412814
#if defined(WOLFSSL_DTLS13) && !defined(WOLFSSL_NO_CLIENT)
12815-
if (ssl->options.side == WOLFSSL_CLIENT_END && ssl->options.dtls
12816-
&& IsAtLeastTLSv1_3(ssl->version)) {
12817-
return ssl->options.serverState == SERVER_FINISHED_ACKED;
12818-
}
12815+
if (ssl->options.side == WOLFSSL_CLIENT_END && ssl->options.dtls
12816+
&& IsAtLeastTLSv1_3(ssl->version)) {
12817+
return ssl->options.serverState == SERVER_FINISHED_ACKED;
12818+
}
1281912819
#endif /* WOLFSSL_DTLS13 && !WOLFSSL_NO_CLIENT */
1282012820

1282112821
/* Can't use ssl->options.connectState and ssl->options.acceptState
@@ -26759,4 +26759,3 @@ void wolfSSL_FIPS_drbg_set_app_data(WOLFSSL_DRBG_CTX *ctx, void *app_data)
2675926759

2676026760

2676126761
#endif /* !WOLFCRYPT_ONLY */
26762-

0 commit comments

Comments
 (0)