I hereby claim:
- I am zcopley on github.
- I am zcopley (https://keybase.io/zcopley) on keybase.
- I have a public key ASBpSbxJDWddycocsZt8TfjTxi9SAWU9EkpC93jwyjitMgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying that +zcopley is my Bitcoin username. You can send me #bitcoin here: https://onename.io/zcopley |
This branch has a version of curl-7.21.3 with a new patch to do SPNEGO/GSS-API Negotiate via Windows SSPI applied to it, and modified make files for VC++ 8 (Visual Studio 2005). I've successfully built a working libcurl.dll and curl.exe with SSL and zlib using it. | |
https://github.com/zcopley/curl/tree/vs2005 | |
External dependency notes | |
------------------------- | |
* SSL - I used OpenSSL 1.0.0c (Win32OpenSSL-1_0_0c.exe) from here: http://www.shininglightpro.com/products/Win32OpenSSL.html | |
* zLib - This one is tricky. I needed to compile this from source, because none of the precompiled DLLs floating around would work. I used v1.2.5 from here: http://zlib.net/zlib-1.2.5.tar.gz The magic incantation is to build it (from the root zLib source dir) is: |