From 0d235919fbb1430d52913df11da1f011a65ff319 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 11 Aug 2006 08:02:43 +0000 Subject: r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174 - and add torture tests also based on the rfc's metze (This used to be commit d48930a02f9560640697fd57e4bba03dc0abe284) --- source4/lib/basic.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/basic.mk') diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 6faa6b3da7..bce5b85b32 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -36,7 +36,9 @@ OBJ_FILES = \ crypto/md5.o \ crypto/hmacmd5.o \ crypto/md4.o \ - crypto/arcfour.o + crypto/arcfour.o \ + crypto/sha1.o \ + crypto/hmacsha1.o # End SUBSYSTEM LIBCRYPTO ############################## -- cgit