From ddb2ce9d8100bd2c0475032b99869624db36304c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 Sep 1997 02:49:38 +0000 Subject: 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 */ -- cgit