initialize variable to fix warning

This commit is contained in:
Jacob Barthelmeh
2022-06-10 06:22:54 -06:00
parent ba20f54b5b
commit c59ec54713

View File

@ -14979,7 +14979,7 @@ static int DecodeConstructedOtherName(DecodedCert* cert, const byte* input,
word32* idx, int sz, int oid)
{
int ret = 0;
int strLen;
int strLen = 0;
byte tag;
DNS_entry* dnsEntry = NULL;