summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
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/crypto.h
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/crypto.h')
-rw-r--r--source4/lib/crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/crypto/crypto.h b/source4/lib/crypto/crypto.h
index 54a4482325..fc283f72ba 100644
--- a/source4/lib/crypto/crypto.h
+++ b/source4/lib/crypto/crypto.h
@@ -21,7 +21,7 @@
#include "lib/crypto/md4.h"
#include "lib/crypto/md5.h"
#include "lib/crypto/hmacmd5.h"
-#include "heimdal/lib/hcrypto/sha.h"
+#include "lib/crypto/sha256.h"
#include "lib/crypto/hmacsha256.h"
struct arcfour_state {