- some fixes here and there

This commit is contained in:
Martin Willi
2006-02-09 16:25:02 +00:00
parent dfa6e086a0
commit 5b97779f66
10 changed files with 126 additions and 26 deletions
+8
View File
@@ -375,6 +375,14 @@ struct protected_ike_sa_t {
*/
prf_t *(*get_prf) (protected_ike_sa_t *this);
/**
* @brief Get the prf-object, which is used to derive keys for child SAs.
*
* @param this calling object
* @return pointer to prf_t object
*/
prf_t *(*get_child_prf) (protected_ike_sa_t *this);
/**
* @brief Get the last responded message.
*