Re-enable the services kit from GSOC 2010

* Use a public domain MD5 implementation when the OpenSSL one is not available
 * No functional changes
This commit is contained in:
Niels Sascha Reedijk
2013-02-07 18:05:38 +00:00
committed by Hamish Morrison
parent 9566700897
commit d1b6afe678
8 changed files with 384 additions and 18 deletions
+1
View File
@@ -21,6 +21,7 @@ public:
BUrlResult* result,
const char* threadName,
const char* protocolName);
virtual ~BUrlProtocol();
// URL protocol required members
// TODO: (stippi) I know it's sometimes appealing to have these
@@ -36,6 +36,7 @@ public:
BHandler* handler);
BUrlProtocolDispatchingListener(
const BMessenger& messenger);
virtual ~BUrlProtocolDispatchingListener();
virtual void ConnectionOpened(BUrlProtocol* caller);
virtual void HostnameResolved(BUrlProtocol* caller,