X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=hmac.h;h=71108ab65d9a1679d55801cbe7276d851484fe35;hb=93ea3eb0edb917080adabff49424e43394a379d5;hp=76ed655895d2cce39de219248c91c3e1e189a970;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;p=xonotic%2Fdarkplaces.git 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,