diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-06-03 14:29:27 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-06-03 14:29:27 +1000 |
commit | 7c926ff1150133127c73b9b46d82524f57b3c616 (patch) | |
tree | afb513a5fc942f658e5e5be71ec9c69a71e81712 /source4/lib/crypto/crypto.h | |
parent | aa35cef57fc71d0c38fa9e605839e6eb9988ba98 (diff) | |
download | samba-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/crypto.h')
-rw-r--r-- | source4/lib/crypto/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/crypto/crypto.h b/source4/lib/crypto/crypto.h index 10e2258fa7..03a233ec98 100644 --- a/source4/lib/crypto/crypto.h +++ b/source4/lib/crypto/crypto.h @@ -23,6 +23,8 @@ #include "lib/crypto/hmacmd5.h" #include "lib/crypto/sha1.h" #include "lib/crypto/hmacsha1.h" +#include "heimdal/lib/hcrypto/sha.h" +#include "lib/crypto/hmacsha256.h" struct arcfour_state { uint8_t sbox[256]; |