From de04d7ef1a398716b0052c2e7a06870d8236473c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 9 Jan 2007 22:40:32 +0000 Subject: [PATCH] fixed mismatch in interface definition of get_secret() --- src/pluto/xauth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;