]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include sha1.h (reflect renaming: sha.h -> sha1.h.
authorJim Meyering <jim@meyering.net>
Tue, 2 Dec 2003 10:06:36 +0000 (10:06 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Dec 2003 10:06:36 +0000 (10:06 +0000)
src/md5sum.c

index 570dde9f1c44cd4290ca30957a3b4abc348c7684..d70ed4c7ca133cfd2340f32ee45fbcb277fe7c43 100644 (file)
@@ -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"