From 7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 21 Jun 2011 16:55:22 +0800 Subject: New primitive secure-hash supporting md5, sha-1 and sha-2 --- src/deps.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/deps.mk') diff --git a/src/deps.mk b/src/deps.mk index 6c677f0e6c..080144ae1e 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -284,8 +284,8 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ keyboard.h keymap.h window.h $(INTERVALS_H) coding.h ../lib/md5.h \ - ../lib/sha1.h blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h \ - globals.h + ../lib/sha1.h ../lib/sha256.h ../lib/sha512.h blockinput.h atimer.h \ + systime.h xterm.h ../lib/unistd.h globals.h print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h \ -- cgit v1.2.3