diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-04-03 14:34:41 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-04-03 14:34:41 +0000 |
commit | f9615db940559cb08c1ab5b8a70dfaaa7eec387c (patch) | |
tree | 46a6958342585f6d00d3803a35ac600cfe8c31ec /modules/crypto | |
parent | 7658e8f0992abc6574e890e8c907f5e9d9960441 (diff) | |
download | gnulib-f9615db940559cb08c1ab5b8a70dfaaa7eec387c.tar.gz |
Move back memxor module.
Diffstat (limited to 'modules/crypto')
-rw-r--r-- | modules/crypto/hmac-sha1 | 2 | ||||
-rw-r--r-- | modules/crypto/memxor | 23 |
2 files changed, 1 insertions, 24 deletions
diff --git a/modules/crypto/hmac-sha1 b/modules/crypto/hmac-sha1 index f7a4c83402..6bdc486400 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 2fdcb3e4af..0000000000 --- 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 |