diff options
author | Steve French <sfrench@us.ibm.com> | 2006-06-01 00:40:51 +0200 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-06-01 00:40:51 +0200 |
commit | 3979877e5606ecc58c5a31bd0078c6d80ba9cbe7 (patch) | |
tree | d221455b5176ea8b26e750d6498c3ed822998ba3 /fs/cifs/smbencrypt.c | |
parent | [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log (diff) | |
download | linux-3979877e5606ecc58c5a31bd0078c6d80ba9cbe7.tar.xz linux-3979877e5606ecc58c5a31bd0078c6d80ba9cbe7.zip |
[CIFS] Support for setting up SMB sessions to legacy lanman servers
Diffstat (limited to 'fs/cifs/smbencrypt.c')
-rw-r--r-- | fs/cifs/smbencrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smbencrypt.c b/fs/cifs/smbencrypt.c index 6103bcdfb16d..f518c5e45035 100644 --- a/fs/cifs/smbencrypt.c +++ b/fs/cifs/smbencrypt.c @@ -30,6 +30,7 @@ #include <linux/random.h> #include "cifs_unicode.h" #include "cifspdu.h" +#include "cifsglob.h" #include "md5.h" #include "cifs_debug.h" #include "cifsencrypt.h" |