isOcspSigner was not initialized

This commit is contained in:
Andreas Steffen
2007-04-20 12:38:35 +00:00
parent a3590ac1bd
commit b073ad64b8
+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->isOcspSigner = FALSE;
/* public functions */
this->public.equals = (bool (*) (const x509_t*,const x509_t*))equals;