mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
tkm: Fix get_auth_octets() signature
Fixes: 267c1f7083d4 ("keymat: Allow keymat to modify signature scheme(s)")
This commit is contained in:
parent
395500b8c1
commit
3ff5de05b3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user