Hi Steve, 2012/6/10 Steve Holme <[email protected]>: >> > Just a quick question before I do that though... Should we >> > have the version string as "sspi" as I have done or as >> > "WinSSPI" ? >> >> >> I would be like to see it show up as either "SSPI" or "WinSSPI", >> as it's an uppercase abbreviation. Just my 2 cent. > > I had some additional thoughts about this overnight and I've gone with > WinSSPI.
Yep, I think that's a good decision. >> > I thought that by having USE_SCHANNEL that would automatically >> > define USE_SSL. >> >> So in the end you mean that USE_SSL should automatically be >> defined if USE_SCHANNEL is defined? > > Yep - When I perform an OpenSSL based curl build I don't have to define > USE_SSL as well. > > Looking at setup.h USE_SSL gets defined at line 583 if USE_SSLEAY or any of > the other SSL libraries are defined. As such I think || defined(USE_SCHANNEL) > should be added to that list ;-) Ok, this sounds reasonable. Can you put the minimal change into your patches and give it a try, please? Thanks! Best regards, Marc ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
