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:
da5fac7
)
Add missing include file.
author
Pauli
<paul.dale@oracle.com>
Mon, 17 Sep 2018 00:40:32 +0000
(10:40 +1000)
committer
Pauli
<paul.dale@oracle.com>
Mon, 17 Sep 2018 00:40:32 +0000
(10:40 +1000)
Specifically, include e_os.h to pick up alloca definition for WIN32.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7234)
crypto/o_fopen.c
patch
|
blob
|
history
diff --git
a/crypto/o_fopen.c
b/crypto/o_fopen.c
index f08f99b414f5ce475ec6716690e8f78741ff3e80..7d51ad725426c505495e2b57b009c50897c996af 100644
(file)
--- a/
crypto/o_fopen.c
+++ b/
crypto/o_fopen.c
@@
-25,14
+25,12
@@
# endif
# endif
+#include "e_os.h"
#include "internal/cryptlib.h"
#if !defined(OPENSSL_NO_STDIO)
# include <stdio.h>
-# ifdef _WIN32
-# include <windows.h>
-# endif
# ifdef __DJGPP__
# include <unistd.h>
# endif