network plugin: Use libgcrypt's HMAC implementation rather than rolling our own.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 11 Apr 2009 14:44:05 +0000 (16:44 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 11 Apr 2009 14:44:05 +0000 (16:44 +0200)
commitcbcd2eeb2e302e96f6a1d81e8808f3cd558c9696
treed54db63cb4930e9e5228793848d44a152a4eed66
parentab9e7357b760f9418beeadfc97488df08462af87
network plugin: Use libgcrypt's HMAC implementation rather than rolling our own.

The previously implemented method is simple enough, but apparently pront
to attacks.
src/network.c