summaryrefslogtreecommitdiff
path: root/sieve/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-08-06 15:44:31 +0000
committerAlain Magloire <alainm@gnu.org>2001-08-06 15:44:31 +0000
commitd16d6f1fce477a7cc1f84d51a6d79d45baa47483 (patch)
tree42df716fd11d7e46bfd62518fe17bbc1371e58eb /sieve/Makefile.am
parenta1c387de06771ef31448977e81616e987382b64a (diff)
downloadmailutils-d16d6f1fce477a7cc1f84d51a6d79d45baa47483.tar.gz
mailutils-d16d6f1fce477a7cc1f84d51a6d79d45baa47483.tar.bz2
* sieve/{exitcodes.h hmac-md5.h md5.c md5.h md5global.h}: Removed.
* sieve/md5-rsa.c: New file, clear identiy that the algo. is from RSA and not GNU md5. * sieve/md5-rsa.h : New file. * sieve/Makefile.am: added md5-rsa.[ch]. * sieve/message.h: lcase() change for strlower (). * sieve/script.c: Include md5-rsa.h. * sieve/sieve-gram.y: lcase changed for strlower (). * sieve/util.c: Remove all the unnecassary code and only implement strlower() and strupper(). * sieve/util.h: Only export strlower and struppper ().
Diffstat (limited to 'sieve/Makefile.am')
-rw-r--r--sieve/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 41c6e0176..aea8d8c0d 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -25,7 +25,6 @@ SRC = \
comparator.c \
imparse.c \
interp.c \
- md5.c \
message.c \
parseaddr.c \
script.c \
@@ -38,12 +37,8 @@ SRC = \
HDR = \
comparator.h \
- exitcodes.h \
- hmac-md5.h \
imparse.h \
interp.h \
- md5.h \
- md5global.h \
message.h \
parseaddr.h \
script.h \

Return to:

Send suggestions and report system problems to the System administrator.