changeset 8620:6b79d341a41b

Move back memxor module.
author Simon Josefsson <simon@josefsson.org>
date Tue, 03 Apr 2007 14:34:41 +0000
parents 4a34aa9fe06b
children 71d64e4302fa
files ChangeLog NEWS modules/crypto/hmac-sha1 modules/crypto/memxor modules/memxor
diffstat 5 files changed, 27 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,6 @@
             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.
 
--- a/modules/crypto/hmac-sha1
+++ b/modules/crypto/hmac-sha1
@@ -7,7 +7,7 @@
 m4/hmac-sha1.m4
 
 Depends-on:
-crypto/memxor
+memxor
 crypto/sha1
 
 configure.ac:
deleted file mode 100644
--- a/modules/crypto/memxor
+++ /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
new file mode 100644
--- /dev/null
+++ b/modules/memxor
@@ -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