diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-11 08:02:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:28 -0500 |
commit | 0d235919fbb1430d52913df11da1f011a65ff319 (patch) | |
tree | 52f61b84020ad9ce5e0dc59d9f720c4e07b66fde /source4/torture/local/config.mk | |
parent | b26f4472a71b2a60c8120bd1307dbbd1e499fcbe (diff) | |
download | samba-0d235919fbb1430d52913df11da1f011a65ff319.tar.gz samba-0d235919fbb1430d52913df11da1f011a65ff319.tar.bz2 samba-0d235919fbb1430d52913df11da1f011a65ff319.zip |
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)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index d11dfd2c8d..03b4304e24 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -8,6 +8,8 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ iconv.o \ ../../lib/talloc/testsuite.o \ + ../../lib/crypto/sha1test.o \ + ../../lib/crypto/hmacsha1test.o \ messaging.o \ binding_string.o \ idtree.o \ @@ -28,6 +30,7 @@ PUBLIC_DEPENDENCIES = \ MESSAGING \ ICONV \ registry \ + LIBCRYPTO \ POPT_CREDENTIALS \ TORTURE_UI # End SUBSYSTEM TORTURE_LOCAL |