opnsense-ports/sysutils/mkntpwd/files/patch-md4.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
254 B
C

--- md4.c.orig 2011-05-16 18:18:54.288522284 +0200
+++ md4.c 2011-05-16 18:19:21.930002696 +0200
@@ -25,6 +25,8 @@
It assumes that a int is at least 32 bits long
*/
+#include <string.h>
+
typedef unsigned int uint32;
static uint32 A, B, C, D;