mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
683ad27218
- Fix build - Bump portrevision - Pass maintainership to submitter PR: ports/125622 Submitted by: Ashish Shukla <wahjava@gmail.com>
11 lines
244 B
C
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;
|