From 8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 20 Apr 2006 07:06:39 +0000 Subject: - fixed log-to-syslog behavior - added patch against strongswan-2.6.4 --- Source/lib/crypto/x509.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/lib/crypto/x509.c') diff --git a/Source/lib/crypto/x509.c b/Source/lib/crypto/x509.c index 1f2e72932..2b99b2d03 100755 --- a/Source/lib/crypto/x509.c +++ b/Source/lib/crypto/x509.c @@ -1638,6 +1638,8 @@ x509_t *x509_create_from_chunk(chunk_t chunk) this->subjectAltName = NULL; this->crlDistributionPoints = NULL; + logger = logger_manager->get_logger(logger_manager, ASN1); + if (!parse_x509cert(chunk, 0, this)) { destroy(this); -- cgit v1.2.3