From b073ad64b8e4c92d02090943f379c860d87af13d Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 20 Apr 2007 12:38:35 +0000 Subject: isOcspSigner was not initialized --- src/libstrongswan/crypto/x509.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstrongswan/crypto/x509.c b/src/libstrongswan/crypto/x509.c index 69805f290..6fb6dfa4f 100755 --- a/src/libstrongswan/crypto/x509.c +++ b/src/libstrongswan/crypto/x509.c @@ -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; -- cgit v1.2.3