projects
/
openssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d012c1a
)
OpenBSD has intypes.h
author
Matt Caswell
<matt@openssl.org>
Wed, 15 Jun 2016 15:06:44 +0000
(16:06 +0100)
committer
Matt Caswell
<matt@openssl.org>
Sat, 18 Jun 2016 14:34:03 +0000
(15:34 +0100)
Update e_os2.h so that inttypes.h is included.
RT4378
Reviewed-by: Richard Levitte <levitte@openssl.org>
include/openssl/e_os2.h
patch
|
blob
|
history
diff --git
a/include/openssl/e_os2.h
b/include/openssl/e_os2.h
index 198ebdfc8858d078fdecad8a3651890e4d703b8b..99ea3477d7b42903c5c5a2c79446c49d258f36fb 100644
(file)
--- a/
include/openssl/e_os2.h
+++ b/
include/openssl/e_os2.h
@@
-245,7
+245,7
@@
typedef UINT64 uint64_t;
# define PRIu64 "%Lu"
# elif (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
defined(__osf__) || defined(__sgi) || defined(__hpux) || \
- defined(OPENSSL_SYS_VMS)
+ defined(OPENSSL_SYS_VMS)
|| defined (__OpenBSD__)
# include <inttypes.h>
# elif defined(_MSC_VER) && _MSC_VER<=1500
/*