From f9615db940559cb08c1ab5b8a70dfaaa7eec387c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 3 Apr 2007 14:34:41 +0000 Subject: [PATCH] Move back memxor module. --- ChangeLog | 3 +++ NEWS | 1 - modules/crypto/hmac-sha1 | 2 +- modules/{crypto => }/memxor | 0 4 files changed, 4 insertions(+), 2 deletions(-) rename modules/{crypto => }/memxor (100%) 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/memxor similarity index 100% rename from modules/crypto/memxor rename to modules/memxor -- 2.11.0