2007-04-03 Simon Josefsson <simon@josefsson.org>
+ * modules/memxor: Move back from crypto/, suggested by Bruno.
+ * modules/crypto/hmac-sha1: Fix memxor dependency.
+
* modules/crypto/gc: Moved from ../.
2007-04-02 Eric Blake <ebb9@byu.net>
md2 Renamed to crypto/md2.
md4 Renamed to crypto/md4.
md5 Renamed to crypto/md5.
- memxor Renamed to crypto/memxor.
rijndael Renamed to crypto/rijndael.
sha1 Renamed to crypto/sha1.
m4/hmac-sha1.m4
Depends-on:
-crypto/memxor
+memxor
crypto/sha1
configure.ac:
+++ /dev/null
-Description:
-memxor() function: binary exclusive or operation on two memory blocks
-
-Files:
-lib/memxor.h
-lib/memxor.c
-m4/memxor.m4
-
-Depends-on:
-
-configure.ac:
-gl_MEMXOR
-
-Makefile.am:
-
-Include:
-"memxor.h"
-
-License:
-LGPL
-
-Maintainer:
-Simon Josefsson
--- /dev/null
+Description:
+memxor() function: binary exclusive or operation on two memory blocks
+
+Files:
+lib/memxor.h
+lib/memxor.c
+m4/memxor.m4
+
+Depends-on:
+
+configure.ac:
+gl_MEMXOR
+
+Makefile.am:
+
+Include:
+"memxor.h"
+
+License:
+LGPL
+
+Maintainer:
+Simon Josefsson