forked from wolfSSL/wolfssl
fix windows build with command line examples
This commit is contained in:
@@ -1102,6 +1102,8 @@ void InitDecodedCert(DecodedCert* cert, byte* source, word32 inSz, void* heap)
|
||||
|
||||
void FreeAltNames(DNS_entry* altNames, void* heap)
|
||||
{
|
||||
(void)heap;
|
||||
|
||||
while (altNames) {
|
||||
DNS_entry* tmp = altNames->next;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user