strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added conn_name to xauth_module.verify_secret() function call
[strongswan.git]
/
src
/
pluto
/
keys.c
diff --git
a/src/pluto/keys.c
b/src/pluto/keys.c
index
eed8123
..
1efe852
100644
(file)
--- a/
src/pluto/keys.c
+++ b/
src/pluto/keys.c
@@
-647,7
+647,7
@@
xauth_get_secret(xauth_t *xauth_secret)
* find a matching secret
*/
static bool
-xauth_verify_secret(const xauth_t *xauth_secret)
+xauth_verify_secret(const
char *conn_name, const
xauth_t *xauth_secret)
{
bool found = FALSE;
secret_t *s;