Change keymatlen to size_t to match prototype for str2val.
This commit is contained in:
parent
5e42e27c0b
commit
bacb2758e0
2
crypto/dist/kame/racoon/backupsa.c
vendored
2
crypto/dist/kame/racoon/backupsa.c
vendored
@ -202,7 +202,7 @@ backupsa_from_file()
|
||||
struct sockaddr *src, *dst;
|
||||
u_int32_t spi, reqid;
|
||||
caddr_t keymat;
|
||||
int keymatlen;
|
||||
size_t keymatlen;
|
||||
u_int wsize, e_type, e_keylen, a_type, a_keylen, flags;
|
||||
u_int32_t l_alloc;
|
||||
u_int64_t l_bytes, l_addtime, l_usetime;
|
||||
|
Loading…
Reference in New Issue
Block a user