New module u64. Make crypto/sha512 use it.
authorSimon Josefsson <simon@josefsson.org>
Tue, 31 Mar 2009 14:27:55 +0000 (16:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 31 Mar 2009 14:27:55 +0000 (16:27 +0200)
ChangeLog
MODULES.html.sh
modules/crypto/sha512

index ccc0e4e..7e1b78a 100644 (file)
--- 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
index a5efaeb..ecfda72 100755 (executable)
@@ -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
index d1236f3..ca17e1a 100644 (file)
@@ -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