diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-14 14:56:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:15:35 -0500 |
commit | 1935ef0d5446bf372ee570ee20da703eaab65718 (patch) | |
tree | 94f4510be7d096ea543ae4ba312f191a144d4651 /source4/torture/local/config.mk | |
parent | 8c6cb8f09b02a599891c97028a28be0336f1e05c (diff) | |
download | samba-1935ef0d5446bf372ee570ee20da703eaab65718.tar.gz samba-1935ef0d5446bf372ee570ee20da703eaab65718.tar.bz2 samba-1935ef0d5446bf372ee570ee20da703eaab65718.zip |
r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202
metze
(This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 4165de4b56..85bf715632 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -10,6 +10,7 @@ OBJ_FILES = \ ../../lib/talloc/testsuite.o \ ../../lib/crypto/md4test.o \ ../../lib/crypto/md5test.o \ + ../../lib/crypto/hmacmd5test.o \ ../../lib/crypto/sha1test.o \ ../../lib/crypto/hmacsha1test.o \ messaging.o \ |