From: Andreas Steffen Date: Tue, 31 Oct 2006 21:37:25 +0000 (-0000) Subject: fixed 64 bit issue X-Git-Tag: 4.0.5~25 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=231f7045480eb3c80c30e70ea54650fe530c4798 fixed 64 bit issue --- diff --git a/src/charon/threads/kernel_interface.c b/src/charon/threads/kernel_interface.c index 497e3b8..092e57c 100644 --- a/src/charon/threads/kernel_interface.c +++ b/src/charon/threads/kernel_interface.c @@ -509,7 +509,7 @@ static status_t add_sa(private_kernel_interface_t *this, unsigned char request[BUFFER_SIZE]; struct nlmsghdr *response; char *alg_name; - size_t key_size; + u_int key_size; struct nlmsghdr *hdr; struct xfrm_usersa_info *sa;