From 2531cd961f76cac2d11f76209e039fe1b0d6d862 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 20 Oct 2021 17:40:57 +0200 Subject: [PATCH] Code review fixes --- wolfcrypt/src/asn.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 3e4c05312..2461e6537 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -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. */