diff options
Diffstat (limited to 'md5-crypt/md5.h')
-rw-r--r-- | md5-crypt/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/md5-crypt/md5.h b/md5-crypt/md5.h index f7babfb..b668a64 100644 --- a/md5-crypt/md5.h +++ b/md5-crypt/md5.h @@ -143,7 +143,7 @@ extern void *md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf)); resulting message digest number will be written into the 16 bytes beginning at RESBLOCK. */ extern int __md5_stream __P ((FILE *stream, void *resblock)); -extern int md5_stream __P ((FILE *stream, void *resblock)); +#endif /* md5.h */ /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise |