projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove DJGPP (and therefore WATT32) #ifdef's.
[openssl.git]
/
crypto
/
md5
/
md5.c
diff --git
a/crypto/md5/md5.c
b/crypto/md5/md5.c
index
563733a
..
d171256
100644
(file)
--- a/
crypto/md5/md5.c
+++ b/
crypto/md5/md5.c
@@
-64,7
+64,7
@@
void do_fp(FILE *f);
void pt(unsigned char *md);
-#if !defined(_OSD_POSIX)
&& !defined(__DJGPP__)
+#if !defined(_OSD_POSIX)
int read(int, void *, unsigned int);
#endif