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:
1fde5b6
)
PR: 1846
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 14 Mar 2009 12:07:42 +0000
(12:07 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 14 Mar 2009 12:07:42 +0000
(12:07 +0000)
Submitted by: Andrea Schoenberg <asg@ftpproxy.org>
Reviewed by: steve@openssl.org
Fix for HP Nonstop(Tandem) systems.
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 87f0405f5d57535c320133d737616d0d0a4bd405..68516ee9bd9ef4901ce4784fb42436bc1b0f1675 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-83,7
+83,7
@@
# else
# include <unixlib.h>
# endif
-# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE)
+# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE)
&& !defined(__TANDEM)
# include <sys/file.h>
# endif
#endif