X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsha1-hmac.c;h=bc062ff5006637cd082d147b61c4ecc813e9758b;hb=46a15649d1e544dce95f76424a4870d69caa955c;hp=182c891a0de17ce2262ce48176968327f99dce71;hpb=844bd865688d5ef7c7c6b998c9effae7359b73ce;p=libucw.git diff --git a/ucw/sha1-hmac.c b/ucw/sha1-hmac.c index 182c891a..bc062ff5 100644 --- a/ucw/sha1-hmac.c +++ b/ucw/sha1-hmac.c @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/sha1.h" +#include +#include #include @@ -72,7 +72,7 @@ sha1_hmac(byte *outbuf, const byte *key, uns keylen, const byte *data, uns datal #ifdef TEST #include -#include "ucw/string.h" +#include static uns rd(char *dest) {