projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix DES_LONG breakage
[openssl.git]
/
include
/
openssl
/
e_os2.h
diff --git
a/include/openssl/e_os2.h
b/include/openssl/e_os2.h
index
fb022b1
..
ceecbfa
100644
(file)
--- a/
include/openssl/e_os2.h
+++ b/
include/openssl/e_os2.h
@@
-285,7
+285,7
@@
extern "C" {
# endif
/* Standard integer types */
# endif
/* Standard integer types */
-# if
defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|| \
+# if
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L)
|| \
defined(__osf__) || defined(__sgi) || defined(__hpux) || \
defined(OPENSSL_SYS_VMS)
# include <inttypes.h>
defined(__osf__) || defined(__sgi) || defined(__hpux) || \
defined(OPENSSL_SYS_VMS)
# include <inttypes.h>