forked from wolfSSL/wolfssl
move trailing space
This commit is contained in:
@@ -5576,7 +5576,7 @@ int AddCA(WOLFSSL_CERT_MANAGER* cm, DerBuffer** pDer, int type, int verify)
|
|||||||
if ( ret == 0 && signer != NULL ) {
|
if ( ret == 0 && signer != NULL ) {
|
||||||
signer->cm_idx = row;
|
signer->cm_idx = row;
|
||||||
if (type == WOLFSSL_USER_CA) {
|
if (type == WOLFSSL_USER_CA) {
|
||||||
if ((ret = wc_Renesas_cmn_RootCertVerify(cert->source,
|
if ((ret = wc_Renesas_cmn_RootCertVerify(cert->source,
|
||||||
cert->maxIdx,
|
cert->maxIdx,
|
||||||
cert->sigCtx.CertAtt.pubkey_n_start,
|
cert->sigCtx.CertAtt.pubkey_n_start,
|
||||||
cert->sigCtx.CertAtt.pubkey_n_len - 1,
|
cert->sigCtx.CertAtt.pubkey_n_len - 1,
|
||||||
|
Reference in New Issue
Block a user