summaryrefslogtreecommitdiff
path: root/source3/libsmb/smbencrypt.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 16:17:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 16:17:21 +0200
commita59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa (patch)
tree9bcdb49c63e67b4274a92d4d7f53c70453f147b4 /source3/libsmb/smbencrypt.c
parent3bcb76a92499aca8b209c8a5f07829cd852cbaa0 (diff)
downloadsamba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.tar.gz
samba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.tar.bz2
samba-a59ce1d94c5b3e3e57c40ee0a60c1c3df3304bfa.zip
Use common byteorder.h.
Diffstat (limited to 'source3/libsmb/smbencrypt.c')
-rw-r--r--source3/libsmb/smbencrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/smbencrypt.c b/source3/libsmb/smbencrypt.c
index 05fd808a32..ee162b1b2d 100644
--- a/source3/libsmb/smbencrypt.c
+++ b/source3/libsmb/smbencrypt.c
@@ -22,7 +22,7 @@
*/
#include "includes.h"
-#include "byteorder.h"
+#include "../lib/util/byteorder.h"
void SMBencrypt_hash(const uchar lm_hash[16], const uchar *c8, uchar p24[24])
{