X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=hmac.c;h=8b6d2f6234caa8e612d2710e35daaacc16bd40bb;hb=6b21c467a83808e3becf61afe7b67a88f870b502;hp=e740632df4884cd0789cbfbc80e04962eff00a5e;hpb=e77221a1fb23188d552ae92dc25cc06ff733cbaa;p=xonotic%2Fdarkplaces.git diff --git a/hmac.c b/hmac.c index e740632d..8b6d2f62 100644 --- a/hmac.c +++ b/hmac.c @@ -1,7 +1,7 @@ -#include "quakedef.h" +#include "darkplaces.h" #include "hmac.h" -qboolean hmac( +qbool hmac( hashfunc_t hfunc, int hlen, int hblock, unsigned char *out, const unsigned char *in, int n,