Sometrik / httpclient

Wrapper for different HTTP clients such as libcurl or Android HttpURLConnection
MIT License
11 stars 6 forks source link

SHA1 code needs to be replaced #3

Open rekola opened 8 years ago

rekola commented 8 years ago

The current SHA1 code is licenced under GPL, which doesn't fit very well with MIT license, that httpclient is licenced under. GPL licenced sha1.cpp must therefore be removed, and replaced with code that has proper licence.

rekola commented 7 years ago

Here is suitable SHA1 library: http://code.google.com/p/smallsha1/