diff options
Diffstat (limited to 'src/lib/libcrypto/md4/md4.c')
-rw-r--r-- | src/lib/libcrypto/md4/md4.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/md4/md4.c b/src/lib/libcrypto/md4/md4.c index 141415ad4d..1b78f667f1 100644 --- a/src/lib/libcrypto/md4/md4.c +++ b/src/lib/libcrypto/md4/md4.c | |||
@@ -56,6 +56,7 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <unistd.h> | ||
59 | #include <stdio.h> | 60 | #include <stdio.h> |
60 | #include <stdlib.h> | 61 | #include <stdlib.h> |
61 | #include <openssl/md4.h> | 62 | #include <openssl/md4.h> |
@@ -64,9 +65,6 @@ | |||
64 | 65 | ||
65 | void do_fp(FILE *f); | 66 | void do_fp(FILE *f); |
66 | void pt(unsigned char *md); | 67 | void pt(unsigned char *md); |
67 | #if !defined(_OSD_POSIX) && !defined(__DJGPP__) | ||
68 | int read(int, void *, unsigned int); | ||
69 | #endif | ||
70 | 68 | ||
71 | int main(int argc, char **argv) | 69 | int main(int argc, char **argv) |
72 | { | 70 | { |