aboutsummaryrefslogtreecommitdiffstats
path: root/Source/lib/asn1/asn1.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-04-19 11:40:48 +0000
committerMartin Willi <martin@strongswan.org>2006-04-19 11:40:48 +0000
commitec6582ccaa59e38cb83650c7c6b8312dc9768e87 (patch)
tree62fd80d2251aae22e40a38ada08ea9e59b602629 /Source/lib/asn1/asn1.c
parent4a93d6bafd543284b2fd77a7c29f1a526758fbca (diff)
downloadstrongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.bz2
strongswan-ec6582ccaa59e38cb83650c7c6b8312dc9768e87.tar.xz
- x509 certificate loading with pluto asn1 code
- x509 needs a lot more attention!
Diffstat (limited to 'Source/lib/asn1/asn1.c')
-rw-r--r--Source/lib/asn1/asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/lib/asn1/asn1.c b/Source/lib/asn1/asn1.c
index 01deb5c14..85baf7965 100644
--- a/Source/lib/asn1/asn1.c
+++ b/Source/lib/asn1/asn1.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <time.h>
-#include "asn1-pluto.h"
+#include "asn1.h"
#include "oid.h"
#include <utils/logger_manager.h>