diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-14 10:25:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-14 10:25:37 +0000 |
commit | aa358acaa7699a32533df143e9510cedcad41a94 (patch) | |
tree | 3e67a5d48540b957d5b67161406691125e69d22c /src | |
parent | 053ce451b19ae84c807ff6920b10efb30d8e0aa4 (diff) | |
download | strongswan-aa358acaa7699a32533df143e9510cedcad41a94.tar.bz2 strongswan-aa358acaa7699a32533df143e9510cedcad41a94.tar.xz |
included xauth.h
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/plutomain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index 4a4f30acf..85632dfbb 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -57,6 +57,7 @@ #include "ocsp.h" #include "crl.h" #include "fetch.h" +#include "xauth.h" #include "sha1.h" #include "md5.h" #include "crypto.h" /* requires sha1.h and md5.h */ |