summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-09-15 02:49:38 +0000
committerAndrew Tridgell <tridge@samba.org>1997-09-15 02:49:38 +0000
commitddb2ce9d8100bd2c0475032b99869624db36304c (patch)
tree65f00b30f58a3007be8dcdb64b91512e341ae580 /source3/include
parent5137b860723437f0befaec9bc3f6a157b8efe507 (diff)
downloadsamba-ddb2ce9d8100bd2c0475032b99869624db36304c.tar.gz
samba-ddb2ce9d8100bd2c0475032b99869624db36304c.tar.bz2
samba-ddb2ce9d8100bd2c0475032b99869624db36304c.zip
rewrote md4.c from scratch. This implementation should be portable and
doesn't have any worries about RSA copyright. (This used to be commit a1569971663f01c245c145b18290d9dba965dc36)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 12aae2b2d2..2f6878eaf4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -335,6 +335,7 @@ BOOL name_map_mangle(char *OutName,BOOL need83,int snum);
/*The following definitions come from md4.c */
+void mdfour(unsigned char *out, unsigned char *in, int n);
/*The following definitions come from message.c */