1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/mdcrack/files/patch-src_MD4_global.h
Ion-Mihai Tetcu e0199153dd Atempt to fix build with gcc 4.x on HEAD
PR:		ports/108166
Submitted by:	Lars Sommer (maintainer)
2007-01-21 07:02:00 +00:00

10 lines
221 B
C

*** src/MD4/global.h.orig Wed Aug 15 02:03:40 2001
--- src/MD4/global.h Sun Dec 17 09:19:58 2006
***************
*** 1,3 ****
--- 1,4 ----
+ #include <stdlib.h>
#ifdef ISBIG_ENDIAN
extern unsigned int x1[14];
#else