On Wed, May 07, 2014 at 09:04:55PM +0100, Steve Holme wrote:
> I fixed up some autobuild failures earlier today but noticed a couple of
> MinGW builds are still failing:
> 
> * GetFileSizeEx() as normally declared in winbase.h and used in
> /tests/server/sockfilt.c doesn't appear to be defined [1]
> * GNUTLS_CIPHER_AES_128_GCM Is not declared in /lib/vtls/gtls.c [2]

This is defined in /usr/include/gnutls/gnutls.h in GnuTLS 3.1.16. This build is
compiling against 2.8.1, so it's likely just too old to support this define.
In fact, that version was released almost 5 years ago, and at least two CVEs
have been raised on GnuTLS since then, so we shouldn't even be trying to make
it work.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to