aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/kernel_interface.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-02-10 15:18:18 +0000
committerMartin Willi <martin@strongswan.org>2006-02-10 15:18:18 +0000
commitfc18670524798f8c0b08a3fd2d165447bf352104 (patch)
tree730ca792a0160de700248602f845fa369f9d7d9f /Source/charon/threads/kernel_interface.h
parentaeda79ff7824bcdc48c8d6bf5818d40cc476340e (diff)
downloadstrongswan-fc18670524798f8c0b08a3fd2d165447bf352104.tar.bz2
strongswan-fc18670524798f8c0b08a3fd2d165447bf352104.tar.xz
Diffstat (limited to 'Source/charon/threads/kernel_interface.h')
-rw-r--r--Source/charon/threads/kernel_interface.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/charon/threads/kernel_interface.h b/Source/charon/threads/kernel_interface.h
index 951319067..eeebbcdf8 100644
--- a/Source/charon/threads/kernel_interface.h
+++ b/Source/charon/threads/kernel_interface.h
@@ -54,17 +54,15 @@ struct kernel_interface_t {
* @todo Cleanup method params
*/
status_t (*add_sa)(kernel_interface_t *this,
- host_t *me,
+ host_t *me,
host_t *other,
u_int32_t spi,
int protocol,
bool tunnel_mode,
encryption_algorithm_t enc_alg,
- size_t enc_size,
- chunk_t enc_key,
+ chunk_t encryption_key,
integrity_algorithm_t int_alg,
- size_t int_size,
- chunk_t int_key,
+ chunk_t integrity_key,
bool replace);
/**