diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-19 11:40:48 +0000 |
commit | ec6582ccaa59e38cb83650c7c6b8312dc9768e87 (patch) | |
tree | 62fd80d2251aae22e40a38ada08ea9e59b602629 /Source/lib/asn1/asn1.c | |
parent | 4a93d6bafd543284b2fd77a7c29f1a526758fbca (diff) | |
download | strongswan-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.c | 2 |
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> |