From: Jim Meyering Date: Tue, 2 Dec 2003 10:06:36 +0000 (+0000) Subject: Include sha1.h (reflect renaming: sha.h -> sha1.h. X-Git-Tag: v5.1.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c72eac595873802f97a3815f65fbf24e76fd345;p=thirdparty%2Fcoreutils.git Include sha1.h (reflect renaming: sha.h -> sha1.h. --- diff --git a/src/md5sum.c b/src/md5sum.c index 570dde9f1c..d70ed4c7ca 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -26,7 +26,7 @@ #include "system.h" #include "md5.h" -#include "sha.h" +#include "sha1.h" #include "checksum.h" #include "getline.h" #include "error.h"