diff options
Diffstat (limited to 'src/libcharon/sa/ikev1/keymat_v1.h')
-rw-r--r-- | src/libcharon/sa/ikev1/keymat_v1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/sa/ikev1/keymat_v1.h b/src/libcharon/sa/ikev1/keymat_v1.h index 77aff88ec..8acbf582f 100644 --- a/src/libcharon/sa/ikev1/keymat_v1.h +++ b/src/libcharon/sa/ikev1/keymat_v1.h @@ -112,10 +112,10 @@ struct keymat_v1_t { * Get HASH data for integrity/authentication in Phase 2 exchanges. * * @param message message to generate the HASH data for - * @return allocated HASH data + * @param hash chunk receiving allocated hash data + * @return TRUE if hash allocated successfully */ - chunk_t (*get_hash_phase2)(keymat_v1_t *this, message_t *message); - + bool (*get_hash_phase2)(keymat_v1_t *this, message_t *message, chunk_t *hash); /** * Returns the IV for a message with the given message ID. |