Building libcurl with SSL support on Windows
        Posted  
        
            by sharkin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sharkin
        
        
        
        Published on 2008-10-13T12:39:40Z
        Indexed on 
            2010/05/16
            11:40 UTC
        
        
        Read the original article
        Hit count: 364
        
Hi,
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 build it with SSL support enabled?
© Stack Overflow or respective owner