New commits:
commit adc3765ce2cd74864cae843ad33619ff926a7eae
Author: Kim B. Heino <[email protected]>
Date: Wed Oct 4 10:53:03 2017 +0300
addconn: 64kB is not enough for everyone
On systems where sizeof(int) == sizeof(ssize_t) netlink.h:NLMSG_OK() gives
a warning "comparison between signed and unsigned integer expressions".
This can be avoided by casting ssize_t to size_t. Negative values are
already
checked so this cast does not loose sign bit.
_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit