X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsha.c;h=a75b8cf8977e6ce60f9cad21feed2fd17b0d68f7;hb=8b8ff236fe4bd09b2cdbd5d26909a008d342a695;hp=fe3708c1adbc0ffe63a04d98ff51706967cd307d;hpb=c012ff94bdbbee0306bc6767fc3c1b73462a1dc0;p=gnulib.git 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