mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Code review fixes
This commit is contained in:
@ -10638,9 +10638,6 @@ static int GetRDN(DecodedCert* cert, char* full, word32* idx, int* nid,
|
|||||||
WOLFSSL_MSG("Unknown Jurisdiction, skipping");
|
WOLFSSL_MSG("Unknown Jurisdiction, skipping");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
ret = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((ret == 0) && (typeStr != NULL)) {
|
if ((ret == 0) && (typeStr != NULL)) {
|
||||||
/* OID type to store for subject name and add to full string. */
|
/* OID type to store for subject name and add to full string. */
|
||||||
|
Reference in New Issue
Block a user