mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Merge pull request #5558 from embhorn/zd14776
Fix warning in DecodeAltNames
This commit is contained in:
@ -17540,7 +17540,7 @@ static int DecodeAltNames(const byte* input, int sz, DecodedCert* cert)
|
||||
int strLen;
|
||||
word32 lenStartIdx = idx;
|
||||
word32 oid = 0;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
if (GetLength(input, &idx, &strLen, sz) < 0) {
|
||||
WOLFSSL_MSG("\tfail: other name length");
|
||||
|
Reference in New Issue
Block a user