From: Simon Josefsson <simon@josefsson.org>
Date: Tue, 31 Mar 2009 14:27:55 +0000 (+0200)
Subject: New module u64.  Make crypto/sha512 use it.
X-Git-Tag: v0.1~6050
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8552e4ba0d8b5d59808a1df680d6206b91a25fcf;p=gnulib.git

New module u64.  Make crypto/sha512 use it.
---

diff --git a/ChangeLog b/ChangeLog
index ccc0e4ec64..7e1b78a240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-03-04  Simon Josefsson  <simon@josefsson.org>
+
+	* MODULES.html.sh: Mention u64.
+	* modules/u64: New module.
+	* modules/crypto/sha512: Depend on u64 module instead of providing
+	u64.h.
+
 2009-03-27  Eric Blake  <ebb9@byu.net>
 
 	test-strerror: make debugging EAI_SYSTEM easier
diff --git a/MODULES.html.sh b/MODULES.html.sh
index a5efaeb3b8..ecfda72285 100755
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3111,6 +3111,7 @@ func_all_modules ()
   func_module readutmp
   func_module random_r
   func_module sysexits
+  func_module u64
   func_module verror
   func_module visibility
   func_end_table
diff --git a/modules/crypto/sha512 b/modules/crypto/sha512
index d1236f32a4..ca17e1a2ed 100644
--- a/modules/crypto/sha512
+++ b/modules/crypto/sha512
@@ -5,10 +5,10 @@ Files:
 lib/sha512.h
 lib/sha512.c
 m4/sha512.m4
-lib/u64.h
 
 Depends-on:
 stdint
+u64
 
 configure.ac:
 gl_SHA512