X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=hmac.h;h=71108ab65d9a1679d55801cbe7276d851484fe35;hp=76ed655895d2cce39de219248c91c3e1e189a970;hb=e3d73d3b315e86fc321b6ef02bb7dc14742d156a;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb diff --git a/hmac.h b/hmac.h index 76ed6558..71108ab6 100644 --- a/hmac.h +++ b/hmac.h @@ -1,6 +1,8 @@ #ifndef HMAC_H #define HMAC_H +#include "qtypes.h" + typedef void (*hashfunc_t) (unsigned char *out, const unsigned char *in, int n); qbool hmac( hashfunc_t hfunc, int hlen, int hblock,