diff options
Diffstat (limited to 'src/pluto/xauth.h')
-rw-r--r-- | src/pluto/xauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/xauth.h b/src/pluto/xauth.h index 1f06aefd9..740618750 100644 --- a/src/pluto/xauth.h +++ b/src/pluto/xauth.h @@ -30,7 +30,7 @@ typedef struct { typedef struct { void *handle; bool (*get_secret) (xauth_t *xauth_secret); - bool (*verify_secret) (const xauth_t *xauth_secret); + bool (*verify_secret) (const char *conn_name, const xauth_t *xauth_secret); } xauth_module_t; extern xauth_module_t xauth_module; |