summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-12 04:17:54 +0000
committerJeremy Allison <jra@samba.org>1998-11-12 04:17:54 +0000
commit45131501f23ce1eec2f23fe2c1060cd5a2736ec9 (patch)
tree0c0266380ff96a3f90b3d820d3624e9f5033937b /source/include
parentb070281a0ef0a0c420ccb17bad50c521b912df46 (diff)
downloadsamba-45131501f23ce1eec2f23fe2c1060cd5a2736ec9.tar.gz
samba-45131501f23ce1eec2f23fe2c1060cd5a2736ec9.tar.xz
samba-45131501f23ce1eec2f23fe2c1060cd5a2736ec9.zip
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
resons and my own piece of mind... Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 24d4040c3ce..019e793aa6a 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -530,7 +530,6 @@ void E_old_pw_hash( unsigned char *p14, unsigned char *in, unsigned char *out);
void cred_hash1(unsigned char *out,unsigned char *in,unsigned char *key);
void cred_hash2(unsigned char *out,unsigned char *in,unsigned char *key);
void cred_hash3(unsigned char *out,unsigned char *in,unsigned char *key, int forw);
-void NTLMSSPcalc( unsigned char hash[258], unsigned char *data, int len);
void SamOEMhash( unsigned char *data, unsigned char *key, int val);
/*The following definitions come from libsmb/smbencrypt.c */