mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
fixed mismatch in interface definition of get_secret()
This commit is contained in:
parent
d254229e88
commit
de04d7ef1a
@ -29,7 +29,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
void *handle;
|
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);
|
bool (*verify_secret) (const xauth_t *xauth_secret);
|
||||||
} xauth_module_t;
|
} xauth_module_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user