mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
initialize variable to fix warning
This commit is contained in:
@ -14978,8 +14978,8 @@ static int DecodeSepHwAltName(DecodedCert* cert, const byte* input,
|
|||||||
static int DecodeConstructedOtherName(DecodedCert* cert, const byte* input,
|
static int DecodeConstructedOtherName(DecodedCert* cert, const byte* input,
|
||||||
word32* idx, int sz, int oid)
|
word32* idx, int sz, int oid)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
int strLen;
|
int strLen = 0;
|
||||||
byte tag;
|
byte tag;
|
||||||
DNS_entry* dnsEntry = NULL;
|
DNS_entry* dnsEntry = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user