diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/md5/md5.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/md5/md5.c b/src/lib/libcrypto/md5/md5.c index 563733abc5..3f6ec0791e 100644 --- a/src/lib/libcrypto/md5/md5.c +++ b/src/lib/libcrypto/md5/md5.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/md5.h> | 62 | #include <openssl/md5.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 | { |
