initialize isCA to FALSE

This commit is contained in:
Andreas Steffen
2007-04-20 14:36:55 +00:00
parent b073ad64b8
commit cb5485318f
+1
View File
@@ -1232,6 +1232,7 @@ x509_t *x509_create_from_chunk(chunk_t chunk, u_int level)
this->authKeyID = chunk_empty;
this->authKeySerialNumber = chunk_empty;
this->authority_flags = AUTH_NONE;
this->isCA = FALSE;
this->isOcspSigner = FALSE;
/* public functions */