Re: generic crypto - remarks

2005-10-25 Thread Jim Meyering
Simon Josefsson [EMAIL PROTECTED] wrote: ... And it also assumes no holes in integer representations. This is more portable: verify (offsetof (struct S, member_m) % alignof (uint32_t) == 0); where alignof is defined as with md5.c etc. The verify module is GPL. If you re-license it, md4

Re: gnulib-tool --lgpl exception for self tests?

2005-10-25 Thread Simon Josefsson
Paul Eggert [EMAIL PROTECTED] writes: Simon Josefsson [EMAIL PROTECTED] writes: I think it would be fine to include GPL self tests in a LGPL project Me too. It does require maintainers to include the GPL in their projects, which might not happen for all GPL projects today. Perhaps

Re: inet_ntop fix for mingw32

2005-10-25 Thread Yoann Vandoorselaere
On Tue, 2005-10-25 at 01:31 +0200, Simon Josefsson wrote: A GnuTLS user reported that inet_ntop did not build on mingw32, so I took a look at it. The patch below fixes: * Add restrict keywords, as per POSIX. * Don't include sys/socket.h or netinet/in.h, as they didn't appear to be