diff options
author | Martin Willi <martin@strongswan.org> | 2009-04-21 15:36:58 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-04-21 15:36:58 +0000 |
commit | 134c9d9db04fff9948559780bccdfeabf4ce6825 (patch) | |
tree | 6ebded0d59cd3a3eb4c7081a4352bbeb57a39ddd /src/pluto/ipsec_doi.c | |
parent | c258a3b36af95d9d415ae7f5d9a75a3b62e02f63 (diff) | |
download | strongswan-134c9d9db04fff9948559780bccdfeabf4ce6825.tar.bz2 strongswan-134c9d9db04fff9948559780bccdfeabf4ce6825.tar.xz |
fixed a bunch of compiler warnings, pgp end certificate listing
Diffstat (limited to 'src/pluto/ipsec_doi.c')
-rw-r--r-- | src/pluto/ipsec_doi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/ipsec_doi.c b/src/pluto/ipsec_doi.c index 7e53e4069..5c0927cbb 100644 --- a/src/pluto/ipsec_doi.c +++ b/src/pluto/ipsec_doi.c @@ -30,6 +30,7 @@ #include <freeswan.h> #include <ipsec_policy.h> +#include <asn1/asn1.h> #include "constants.h" #include "defs.h" |