strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395500b
)
tkm: Fix get_auth_octets() signature
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 13 Feb 2017 17:36:01 +0000
(18:36 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 13 Feb 2017 17:36:01 +0000
(18:36 +0100)
Fixes:
267c1f7083d4
("keymat: Allow keymat to modify signature scheme(s)")
src/charon-tkm/src/tkm/tkm_keymat.c
patch
|
blob
|
history
diff --git
a/src/charon-tkm/src/tkm/tkm_keymat.c
b/src/charon-tkm/src/tkm/tkm_keymat.c
index
a7cce0f
..
a247604
100644
(file)
--- a/
src/charon-tkm/src/tkm/tkm_keymat.c
+++ b/
src/charon-tkm/src/tkm/tkm_keymat.c
@@
-378,7
+378,8
@@
METHOD(keymat_t, get_aead, aead_t*,
METHOD(keymat_v2_t, get_auth_octets, bool,
private_tkm_keymat_t *this, bool verify, chunk_t ike_sa_init,
- chunk_t nonce, identification_t *id, char reserved[3], chunk_t *octets)
+ chunk_t nonce, identification_t *id, char reserved[3], chunk_t *octets,
+ array_t *schemes)
{
sign_info_t *sign;