From a14d7db58cab27d5e54fcbc9470416039ec938b8 Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Thu, 24 Oct 2024 09:31:00 +0900 Subject: [PATCH] move trailing space --- src/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 10d46f74a4..eaf7fcf9fb 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -5576,7 +5576,7 @@ int AddCA(WOLFSSL_CERT_MANAGER* cm, DerBuffer** pDer, int type, int verify) if ( ret == 0 && signer != NULL ) { signer->cm_idx = row; if (type == WOLFSSL_USER_CA) { - if ((ret = wc_Renesas_cmn_RootCertVerify(cert->source, + if ((ret = wc_Renesas_cmn_RootCertVerify(cert->source, cert->maxIdx, cert->sigCtx.CertAtt.pubkey_n_start, cert->sigCtx.CertAtt.pubkey_n_len - 1,