mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +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");
|
||||
}
|
||||
}
|
||||
else {
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
if ((ret == 0) && (typeStr != NULL)) {
|
||||
/* OID type to store for subject name and add to full string. */
|
||||
|
Reference in New Issue
Block a user