diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-20 20:53:38 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-20 20:53:38 +0000 |
commit | 08b2d288a1281d672533428fb1d8170dff9e5e08 (patch) | |
tree | 040f1eaa97f5f3c243b67b59a47d7e8742779e42 /src/pluto/fetch.c | |
parent | 09f706ec3e69e1899ba3efb9eaf248f35d5c6aaa (diff) | |
download | strongswan-08b2d288a1281d672533428fb1d8170dff9e5e08.tar.bz2 strongswan-08b2d288a1281d672533428fb1d8170dff9e5e08.tar.xz |
scepclient and pluto use asn1 from libstrongswan
Diffstat (limited to 'src/pluto/fetch.c')
-rw-r--r-- | src/pluto/fetch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluto/fetch.c b/src/pluto/fetch.c index e191f38c5..a8919e630 100644 --- a/src/pluto/fetch.c +++ b/src/pluto/fetch.c @@ -38,11 +38,12 @@ #include <ldap.h> #endif +#include "asn1/asn1.h" + #include "constants.h" #include "defs.h" #include "log.h" #include "id.h" -#include "asn1.h" #include "pem.h" #include "x509.h" #include "ca.h" |