diff options
author | Steve French <sfrench@us.ibm.com> | 2006-09-28 16:49:01 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-09-28 16:49:01 -0400 |
commit | e10847ed499cb86bf8ce12f3a686be8a98f8e140 (patch) | |
tree | f3767345a5c83b8362736798a350d7bdd3b86c35 /fs/cifs/smbdes.c | |
parent | 2eaf55862e8eb03999169d84f21eadffc88a36ce (diff) |
[CIFS] More removing of unused functions
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/smbdes.c')
-rw-r--r-- | fs/cifs/smbdes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smbdes.c b/fs/cifs/smbdes.c index 2b193e422f83..7a1b2b961ec8 100644 --- a/fs/cifs/smbdes.c +++ b/fs/cifs/smbdes.c | |||
@@ -364,6 +364,7 @@ E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24) | |||
364 | smbhash(p24 + 16, c8, p21 + 14, 1); | 364 | smbhash(p24 + 16, c8, p21 + 14, 1); |
365 | } | 365 | } |
366 | 366 | ||
367 | #if 0 /* currently unsued */ | ||
367 | static void | 368 | static void |
368 | D_P16(unsigned char *p14, unsigned char *in, unsigned char *out) | 369 | D_P16(unsigned char *p14, unsigned char *in, unsigned char *out) |
369 | { | 370 | { |
@@ -377,7 +378,6 @@ E_old_pw_hash(unsigned char *p14, unsigned char *in, unsigned char *out) | |||
377 | smbhash(out, in, p14, 1); | 378 | smbhash(out, in, p14, 1); |
378 | smbhash(out + 8, in + 8, p14 + 7, 1); | 379 | smbhash(out + 8, in + 8, p14 + 7, 1); |
379 | } | 380 | } |
380 | #if 0 | ||
381 | /* these routines are currently unneeded, but may be | 381 | /* these routines are currently unneeded, but may be |
382 | needed later */ | 382 | needed later */ |
383 | void | 383 | void |