aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-20 14:36:55 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-20 14:36:55 +0000
commitcb5485318faa73fe26463f967b2afccced35c1ec (patch)
treeba76ab672c05089714c7bdbb089397cd646818fe /src
parentb073ad64b8e4c92d02090943f379c860d87af13d (diff)
downloadstrongswan-cb5485318faa73fe26463f967b2afccced35c1ec.tar.bz2
strongswan-cb5485318faa73fe26463f967b2afccced35c1ec.tar.xz
initialize isCA to FALSE
Diffstat (limited to 'src')
-rwxr-xr-xsrc/libstrongswan/crypto/x509.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstrongswan/crypto/x509.c b/src/libstrongswan/crypto/x509.c
index 6fb6dfa4f..2bfd0cd1e 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->isCA = FALSE;
this->isOcspSigner = FALSE;
/* public functions */