summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-03 14:29:27 +1000
committerAndrew Tridgell <tridge@samba.org>2008-06-03 14:29:27 +1000
commit7c926ff1150133127c73b9b46d82524f57b3c616 (patch)
treeafb513a5fc942f658e5e5be71ec9c69a71e81712 /source4/lib/crypto/config.mk
parentaa35cef57fc71d0c38fa9e605839e6eb9988ba98 (diff)
downloadsamba-7c926ff1150133127c73b9b46d82524f57b3c616.tar.gz
samba-7c926ff1150133127c73b9b46d82524f57b3c616.tar.bz2
samba-7c926ff1150133127c73b9b46d82524f57b3c616.zip
SMB2 signing now works. The spec was wrong (and will be fixed in the
next version) (This used to be commit 436cb17b869e2d6cc57936ccc5e81680fb992341)
Diffstat (limited to 'source4/lib/crypto/config.mk')
-rw-r--r--source4/lib/crypto/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/crypto/config.mk b/source4/lib/crypto/config.mk
index b9a7f7cb9e..fb1c1bf6ce 100644
--- a/source4/lib/crypto/config.mk
+++ b/source4/lib/crypto/config.mk
@@ -6,7 +6,7 @@
LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \
crc32.o md5.o hmacmd5.o md4.o \
- arcfour.o sha1.o hmacsha1.o)
+ arcfour.o sha1.o hmacsha1.o hmacsha256.o)
[MODULE::TORTURE_LIBCRYPTO]