1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/irc/irssi-fish/files/patch-SHA-256.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

11 lines
244 B
C

--- SHA-256.c.orig 2005-01-16 14:51:34.000000000 -0900
+++ SHA-256.c 2008-07-14 21:34:42.000000000 -0800
@@ -12,6 +12,7 @@
* */
#include <stdio.h>
+#include <string.h>
typedef struct {
unsigned int state[8], length, curlen;