From 3eb2a22131f0a0680ad09637290bafdead77eda5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 17 Nov 2001 13:29:42 +0000 Subject: Include unlocked-io.h. --- lib/sha.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sha.c') diff --git a/lib/sha.c b/lib/sha.c index fe3708c1a..a75b8cf89 100644 --- a/lib/sha.c +++ b/lib/sha.c @@ -1,7 +1,7 @@ /* sha.c - Functions to compute the SHA1 hash (message-digest) of files or blocks of memory. Complies to the NIST specification FIPS-180-1. - Copyright (C) 2000 Scott G. Miller + Copyright (C) 2000, 2001 Scott G. Miller Credits: Robert Klep -- Expansion function fix @@ -24,6 +24,7 @@ #include "md5.h" #include "sha.h" +#include "unlocked-io.h" /* Not-swap is a macro that does an endian swap on architectures that are -- cgit v1.2.3