summaryrefslogtreecommitdiff
path: root/lib/sha.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
committerJim Meyering <jim@meyering.net>2001-11-17 13:29:42 +0000
commit3eb2a22131f0a0680ad09637290bafdead77eda5 (patch)
tree2b359ac377d4b8b0558378c8a24bf739e8bcf257 /lib/sha.c
parent1edeae648d12874bdc600fedcb04558e6a281f9a (diff)
downloadcoreutils-3eb2a22131f0a0680ad09637290bafdead77eda5.tar.xz
Include unlocked-io.h.
Diffstat (limited to 'lib/sha.c')
-rw-r--r--lib/sha.c3
1 files changed, 2 insertions, 1 deletions
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 <robert@ilse.nl> -- 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