summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-22 23:05:55 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-22 23:05:55 +0000
commit95056761c8137aa0d0d4f04e862efa7fa94e064c (patch)
tree8a19987bd058624bcddb582291fef4e0c0428db7 /source3/include/proto.h
parentf0d3a44ffaac2ec5b3299f092d1334d5ada015f2 (diff)
downloadsamba-95056761c8137aa0d0d4f04e862efa7fa94e064c.tar.gz
samba-95056761c8137aa0d0d4f04e862efa7fa94e064c.tar.bz2
samba-95056761c8137aa0d0d4f04e862efa7fa94e064c.zip
torture debug.
(This used to be commit 97609596647dea39c061bdf972411a86f7294521)
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 e0d70a873c..6ec6f7e617 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -501,7 +501,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 NTLMSSPhash( unsigned char hash[258], unsigned char key[5]);
void NTLMSSPcalc( unsigned char hash[258], unsigned char *data, int len);
void SamOEMhash( unsigned char *data, unsigned char *key, int val);