summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
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
commit10a9addc222b29acdcfe6afed0597dd17551fa5c (patch)
tree7ed44a2af6b2b8a96490ed901ba79b5c9791d18c /source3/include/proto.h
parentf08caf67e43c48a2cde58a22233906972136494a (diff)
downloadsamba-10a9addc222b29acdcfe6afed0597dd17551fa5c.tar.gz
samba-10a9addc222b29acdcfe6afed0597dd17551fa5c.tar.bz2
samba-10a9addc222b29acdcfe6afed0597dd17551fa5c.zip
Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa
resons and my own piece of mind... Jeremy. (This used to be commit 45131501f23ce1eec2f23fe2c1060cd5a2736ec9)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 24d4040c3c..019e793aa6 100644
--- a/source3/include/proto.h
+++ b/source3/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 */