mirror of https://github.com/wolfSSL/wolfssl.git
Fix warning in DecodeAltNames
parent
a33368f314
commit
dcf215d52c
|
@ -17540,7 +17540,7 @@ static int DecodeAltNames(const byte* input, int sz, DecodedCert* cert)
|
||||||
int strLen;
|
int strLen;
|
||||||
word32 lenStartIdx = idx;
|
word32 lenStartIdx = idx;
|
||||||
word32 oid = 0;
|
word32 oid = 0;
|
||||||
int ret;
|
int ret = 0;
|
||||||
|
|
||||||
if (GetLength(input, &idx, &strLen, sz) < 0) {
|
if (GetLength(input, &idx, &strLen, sz) < 0) {
|
||||||
WOLFSSL_MSG("\tfail: other name length");
|
WOLFSSL_MSG("\tfail: other name length");
|
||||||
|
|
Loading…
Reference in New Issue