Onefile bit

This commit is contained in:
nhmall
2024-03-01 09:30:21 -05:00
parent a26ad241b2
commit c6124585db

View File

@@ -32,6 +32,11 @@
static const unsigned char *body(struct nhmd4_context *,
const unsigned char *, size_t);
/* Avoid a conflict from a Lua header */
#ifdef G
#undef G
#endif
/*
* The basic MD4 functions.
*/