From: Simon Josefsson Date: Tue, 3 Apr 2007 14:34:41 +0000 (+0000) Subject: Move back memxor module. X-Git-Tag: cvs-readonly~598 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f9615db940559cb08c1ab5b8a70dfaaa7eec387c;p=gnulib.git Move back memxor module. --- diff --git a/ChangeLog b/ChangeLog index 0cd0333e9..60c2d1523 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-04-03 Simon Josefsson + * 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 diff --git a/NEWS b/NEWS index dbc642204..ec36c0ae3 100644 --- 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. diff --git a/modules/crypto/hmac-sha1 b/modules/crypto/hmac-sha1 index f7a4c8340..6bdc48640 100644 --- a/modules/crypto/hmac-sha1 +++ b/modules/crypto/hmac-sha1 @@ -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 index 2fdcb3e4a..000000000 --- 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 diff --git a/modules/memxor b/modules/memxor new file mode 100644 index 000000000..2fdcb3e4a --- /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