]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - hmac.c
COPYING: Remove formfeed characters that don't serve any purpose but make vscode...
[xonotic/darkplaces.git] / hmac.c
diff --git a/hmac.c b/hmac.c
index e740632df4884cd0789cbfbc80e04962eff00a5e..8b6d2f6234caa8e612d2710e35daaacc16bd40bb 100644 (file)
--- 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,