Move back memxor module.
authorSimon Josefsson <simon@josefsson.org>
Tue, 3 Apr 2007 14:34:41 +0000 (14:34 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 3 Apr 2007 14:34:41 +0000 (14:34 +0000)
ChangeLog
NEWS
modules/crypto/hmac-sha1
modules/crypto/memxor [deleted file]
modules/memxor [new file with mode: 0644]

index 0cd0333..60c2d15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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>
diff --git a/NEWS b/NEWS
index dbc6422..ec36c0a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,6 @@ Date        Modules         Changes
             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.
 
index f7a4c83..6bdc486 100644 (file)
@@ -7,7 +7,7 @@ lib/hmac-sha1.c
 m4/hmac-sha1.m4
 
 Depends-on:
-crypto/memxor
+memxor
 crypto/sha1
 
 configure.ac:
diff --git a/modules/crypto/memxor b/modules/crypto/memxor
deleted file mode 100644 (file)
index 2fdcb3e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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
diff --git a/modules/memxor b/modules/memxor
new file mode 100644 (file)
index 0000000..2fdcb3e
--- /dev/null
@@ -0,0 +1,23 @@
+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