crypto: digest support based on NSS lib
commitfbfb98c03bdd91dca9312abd56104f0b29137846
authorpier11 <pier11@operamail.com>
Mon, 12 Apr 2010 12:42:47 +0000 (12 13:42 +0100)
committerpier11 <pier11@operamail.com>
Mon, 12 Apr 2010 12:42:47 +0000 (12 13:42 +0100)
tree4049c3991c4e32ef7f2264be203d2a0be2482a25
parent48df0720c7cc18ff0f7994c18e9b6bd06fc41786
crypto: digest support based on NSS lib
As I said the lib is shipped with Pidgin
on Windows so was natural to reuse it.
On linuxes Pidgin is also build with NSS
dependency.

The only problem so far is that MD4 doesn't
work yet. (In fact it was removed from the nss
recently, so might be the issue).
src/core/Makefile.mingw
src/core/sipe-digest.c [new file with mode: 0755]