freebsd-ports/irc/irssi-fish/files/patch-blowfish.c
Beech Rintoul 683ad27218 - Unbreak on >7.x
- Fix build
- Bump portrevision
- Pass maintainership to submitter

PR:		ports/125622
Submitted by:	Ashish Shukla <wahjava@gmail.com>
2008-07-18 00:46:11 +00:00

9 lines
277 B
C

--- blowfish.c.orig 2005-01-16 14:59:16.000000000 -0900
+++ blowfish.c 2008-07-14 21:46:38.000000000 -0800
@@ -1,4 +1,6 @@
#include "blowfish.h"
+#include <string.h>
+#include <stdlib.h>
/* #define S(x,i) (bf_S[i][x.w.byte##i]) */
#define S0(x) (bf_S[0][x.w.byte0])