Building libcurl with SSL support on Windows

前端 未结 10 2235
眼角桃花
眼角桃花 2020-11-27 12:12

I\'m using libcurl in a Win32 C++ application.

I have the curllib.vcproj project added to my solution and set my other projects to depend on it.

How do I bui

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 12:46

    Following Robert Oschler's advice, here is my comment on the question as answer :

    You can build recent libcurl (2012) with native SSL support for windows using the preprocessor symbols: USE_WINDOWS_SSPI and USE_SCHANNEL instead of the OpenSSL ones.

提交回复
热议问题