core cleanup: move HTTP digest calculation back to core
commitc2f8a17f1da7e5dd6c6e4342388bb143ac9bff8f
authorStefan Becker <stefan.becker@nokia.com>
Mon, 29 Mar 2010 21:39:07 +0000 (30 00:39 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Mon, 29 Mar 2010 21:39:07 +0000 (30 00:39 +0300)
treef77a1a912d328c1c8f912fd21eb89f1e8dc47622
parentdfea70258f78d11b32c204168f368c335bdb1a33
core cleanup: move HTTP digest calculation back to core

I looked at the purple implementation and noticed that it's only a few lines of
code once all the stuff we don't need has been stripped away. Now an alternative
backend just needs to provide the MD5 digest function.
src/api/sipe-backend.h
src/core/sipe.c
src/purple/purple-digest.c