Hi Daniel, 2012/6/27 Daniel Stenberg <[email protected]>: > On Wed, 27 Jun 2012, Guenter wrote: > >> Hi Daniel, >> seems that your commit from yesterday: >> >> https://github.com/bagder/curl/commit/849179ba2739ab9a0ad079384b125d9c1745db5f#lib/sslgen.c >> broke the Windows Schannel builds: >> http://curl.haxx.se/dev/log.cgi?id=20120627133411-8103#prob1 > > > Thanks, I just pushed an attempt to fix it.
Thanks, now the following commit throws the following warning: https://github.com/bagder/curl/commit/e3014dcc01af5aac535dce21a9840346829463e8 ../.././lib/sslgen.c:196:3: error: #error "SSL backend lacks definition for curlssl_random" The fix would be to either check for SSPI there or make the Schannel backend provide empty declarations or even real implementations of these. Best regards, Marc ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
