diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-09-15 02:49:38 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-09-15 02:49:38 +0000 |
commit | ddb2ce9d8100bd2c0475032b99869624db36304c (patch) | |
tree | 65f00b30f58a3007be8dcdb64b91512e341ae580 /source3/include/proto.h | |
parent | 5137b860723437f0befaec9bc3f6a157b8efe507 (diff) | |
download | samba-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/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
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 */ |