mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
fix trailing whitespaces
This commit is contained in:
@@ -699,7 +699,7 @@ static int Renesas_cmn_EncryptKeys(WOLFSSL* ssl, void* ctx)
|
||||
#elif defined(WOLFSSL_RENESAS_FSPSM_TLS)
|
||||
FSPSM_ST* cbInfo = (FSPSM_ST*)ctx;
|
||||
|
||||
if (cbInfo != NULL && cbInfo->internal != NULL &&
|
||||
if (cbInfo != NULL && cbInfo->internal != NULL &&
|
||||
cbInfo->internal->keyflgs_tls.bits.session_key_set == 1) {
|
||||
switch(cbInfo->internal->side) {
|
||||
#endif
|
||||
|
@@ -1251,7 +1251,6 @@ int wc_fspsm_TlsCleanup(WOLFSSL* ssl)
|
||||
/* zero clear */
|
||||
ForceZero(tuc, sizeof(FSPSM_ST));
|
||||
ssl->RenesasUserCtx = NULL;
|
||||
|
||||
return ret;
|
||||
}
|
||||
/* Set callback contexts needed for sce TLS api handling */
|
||||
|
Reference in New Issue
Block a user