aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 22:40:32 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 22:40:32 +0000
commitde04d7ef1a398716b0052c2e7a06870d8236473c (patch)
tree3afd9ccb68c25afa89cc40ce96f6b852c4a96915 /src
parentd254229e88672158a2363bad108de0bb8dedbc45 (diff)
downloadstrongswan-de04d7ef1a398716b0052c2e7a06870d8236473c.tar.bz2
strongswan-de04d7ef1a398716b0052c2e7a06870d8236473c.tar.xz
fixed mismatch in interface definition of get_secret()
Diffstat (limited to 'src')
-rw-r--r--src/pluto/xauth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/xauth.h b/src/pluto/xauth.h
index f86cbb1cd..1f06aefd9 100644
--- a/src/pluto/xauth.h
+++ b/src/pluto/xauth.h
@@ -29,7 +29,7 @@ typedef struct {
typedef struct {
void *handle;
- bool (*get_secret) (const xauth_t *xauth_secret);
+ bool (*get_secret) (xauth_t *xauth_secret);
bool (*verify_secret) (const xauth_t *xauth_secret);
} xauth_module_t;