fix windows build with command line examples

This commit is contained in:
toddouska
2012-08-01 17:33:49 -07:00
parent aecdb33e4e
commit 90385bb4b3
5 changed files with 112 additions and 32 deletions
+2
View File
@@ -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;