summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/hmacsha256.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-06-04 09:42:55 -0700
committerAndrew Tridgell <tridge@samba.org>2008-06-04 09:42:55 -0700
commit9cf72946aaf32d4335c8e59eb805844cadea76a8 (patch)
treefbe712e7bef485450b75bab0caa7d516e67a3c48 /source4/lib/crypto/hmacsha256.c
parentbc8c2a50e8a2467721e1739b28a6f4ce96162f4f (diff)
downloadsamba-9cf72946aaf32d4335c8e59eb805844cadea76a8.tar.gz
samba-9cf72946aaf32d4335c8e59eb805844cadea76a8.tar.bz2
samba-9cf72946aaf32d4335c8e59eb805844cadea76a8.zip
copied the Heimdal sha256 functions into lib/crypto to avoid a link
error Hopefully we can remove this again later (This used to be commit fa2ecfea7a1acc388a86e8fba5b42df7925c9045)
Diffstat (limited to 'source4/lib/crypto/hmacsha256.c')
-rw-r--r--source4/lib/crypto/hmacsha256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/crypto/hmacsha256.c b/source4/lib/crypto/hmacsha256.c
index 5503bdd59b..6b0af9ee83 100644
--- a/source4/lib/crypto/hmacsha256.c
+++ b/source4/lib/crypto/hmacsha256.c
@@ -28,7 +28,6 @@
#include "includes.h"
#include "lib/crypto/crypto.h"
-#include "heimdal/lib/hcrypto/sha.h"
/***********************************************************************
the rfc 2104/2202 version of hmac_sha256 initialisation.