diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-20 07:06:39 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-20 07:06:39 +0000 |
commit | 8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa (patch) | |
tree | 01f156479d22c765f0d99df0a5c4a07bcfe2c3f5 /Source/lib/crypto/x509.c | |
parent | ec6582ccaa59e38cb83650c7c6b8312dc9768e87 (diff) | |
download | strongswan-8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa.tar.bz2 strongswan-8bc96e08cb0c613edc35bcc6c3e8028b4db9e0aa.tar.xz |
- fixed log-to-syslog behavior
- added patch against strongswan-2.6.4
Diffstat (limited to 'Source/lib/crypto/x509.c')
-rwxr-xr-x | Source/lib/crypto/x509.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |