mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-05 21:54:41 +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)
|
#elif defined(WOLFSSL_RENESAS_FSPSM_TLS)
|
||||||
FSPSM_ST* cbInfo = (FSPSM_ST*)ctx;
|
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) {
|
cbInfo->internal->keyflgs_tls.bits.session_key_set == 1) {
|
||||||
switch(cbInfo->internal->side) {
|
switch(cbInfo->internal->side) {
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1251,7 +1251,6 @@ int wc_fspsm_TlsCleanup(WOLFSSL* ssl)
|
|||||||
/* zero clear */
|
/* zero clear */
|
||||||
ForceZero(tuc, sizeof(FSPSM_ST));
|
ForceZero(tuc, sizeof(FSPSM_ST));
|
||||||
ssl->RenesasUserCtx = NULL;
|
ssl->RenesasUserCtx = NULL;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
/* Set callback contexts needed for sce TLS api handling */
|
/* Set callback contexts needed for sce TLS api handling */
|
||||||
|
Reference in New Issue
Block a user