Fix for 105764 - compiler warnings

git-svn-id: svn://10.0.0.236/trunk@110348 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com
2001-12-12 03:48:28 +00:00
parent eb23b98331
commit 492923673e

View File

@@ -1836,7 +1836,7 @@ AddAltName(void *extHandle,
SECStatus rv = SECSuccess;
SECItem *issuersAltName = NULL;
CERTCertificate *issuerCert = NULL;
void *mark;
void *mark = NULL;
arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE);