Code review fixes

This commit is contained in:
Juliusz Sosinowicz
2021-10-20 17:40:57 +02:00
parent d9af698aa4
commit 2531cd961f

View File

@ -10638,9 +10638,6 @@ static int GetRDN(DecodedCert* cert, char* full, word32* idx, int* nid,
WOLFSSL_MSG("Unknown Jurisdiction, skipping");
}
}
else {
ret = 0;
}
if ((ret == 0) && (typeStr != NULL)) {
/* OID type to store for subject name and add to full string. */