X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fsha1-hmac.c;h=bc062ff5006637cd082d147b61c4ecc813e9758b;hb=5959916922193dea72ec0f74fa0a5211ca68f9c4;hp=182c891a0de17ce2262ce48176968327f99dce71;hpb=804b539f2f9d9af87ffa7036fd2b181fb12d86f1;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) {