File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments