fixed 64 bit issue

This commit is contained in:
Andreas Steffen
2006-10-31 21:37:25 +00:00
parent e691a5c493
commit 231f704548
+1 -1
View File
@@ -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;