changeset 11437:02599343364c

New module u64. Make crypto/sha512 use it.
author Simon Josefsson <simon@josefsson.org>
date Tue, 31 Mar 2009 16:27:55 +0200
parents 125932a3f90f
children e6ba8664f0a3
files ChangeLog MODULES.html.sh modules/crypto/sha512
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -3111,6 +3111,7 @@
   func_module readutmp
   func_module random_r
   func_module sysexits
+  func_module u64
   func_module verror
   func_module visibility
   func_end_table
--- a/modules/crypto/sha512
+++ b/modules/crypto/sha512
@@ -5,10 +5,10 @@
 lib/sha512.h
 lib/sha512.c
 m4/sha512.m4
-lib/u64.h
 
 Depends-on:
 stdint
+u64
 
 configure.ac:
 gl_SHA512