projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a8a997
)
DJGPP has some needed header files that other MSDOS/Windows compilers don't have.
author
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 16:32:04 +0000
(16:32 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 16:32:04 +0000
(16:32 +0000)
Part of PR 75
crypto/engine/hw_aep.c
patch
|
blob
|
history
diff --git
a/crypto/engine/hw_aep.c
b/crypto/engine/hw_aep.c
index ab36d36a76d024213b8e96df2e6eb1f408619105..8b8380a582b4d1432a76862a70ef6aff952652ce 100644
(file)
--- a/
crypto/engine/hw_aep.c
+++ b/
crypto/engine/hw_aep.c
@@
-60,7
+60,7
@@
#include <string.h>
#include <openssl/e_os2.h>
-#if
ndef OPENSSL_SYS_MSDOS
+#if
!defined(OPENSSL_SYS_MSDOS) || defined(__DJGPP__)
#include <sys/types.h>
#include <unistd.h>
#else