mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
fix indentation
This commit is contained in:
@ -12812,10 +12812,10 @@ cleanup:
|
||||
return 0;
|
||||
|
||||
#if defined(WOLFSSL_DTLS13) && !defined(WOLFSSL_NO_CLIENT)
|
||||
if (ssl->options.side == WOLFSSL_CLIENT_END && ssl->options.dtls
|
||||
&& IsAtLeastTLSv1_3(ssl->version)) {
|
||||
return ssl->options.serverState == SERVER_FINISHED_ACKED;
|
||||
}
|
||||
if (ssl->options.side == WOLFSSL_CLIENT_END && ssl->options.dtls
|
||||
&& IsAtLeastTLSv1_3(ssl->version)) {
|
||||
return ssl->options.serverState == SERVER_FINISHED_ACKED;
|
||||
}
|
||||
#endif /* WOLFSSL_DTLS13 && !WOLFSSL_NO_CLIENT */
|
||||
|
||||
/* 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)
|
||||
|
||||
|
||||
#endif /* !WOLFCRYPT_ONLY */
|
||||
|
||||
|
Reference in New Issue
Block a user