On 3/30/2022 3:55 PM, Garry I wrote: > I used the MS Visual studio IDE, it is what I am most familiar with. > Basically opened up curl-all.sln, and went from there.
I suggest choose one of the project configurations that uses Windows SSPI and libcurl will use the Windows OS SSL library Schannel that's built in to Windows. Such as: DLL Release - DLL Windows SSPI - DLL WinIDN If you need OpenSSL then you can use one of those configurations instead. The details are covered in projects/README. Note in an earlier reply to this issue Dmitry mentioned cmake. That is a different build system that can be used to build libcurl. -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html