forked from wolfSSL/wolfssl
fix GCC warning
This commit is contained in:
@@ -2389,7 +2389,7 @@ static void DecodeAltNames(byte* input, int sz, DecodedCert* cert)
|
|||||||
CYASSL_MSG("\tfail: str length");
|
CYASSL_MSG("\tfail: str length");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
length -= (idx - lenStartIdx);
|
length -= (int)(idx - lenStartIdx);
|
||||||
|
|
||||||
entry = (DNS_entry*)XMALLOC(sizeof(DNS_entry), cert->heap,
|
entry = (DNS_entry*)XMALLOC(sizeof(DNS_entry), cert->heap,
|
||||||
DYNAMIC_TYPE_ALTNAME);
|
DYNAMIC_TYPE_ALTNAME);
|
||||||
|
Reference in New Issue
Block a user