[openssl-commits] [openssl] master update
Paul I. Dale
pauli at openssl.org
Mon Sep 17 02:54:09 UTC 2018
The branch master has been updated
via a825856ab719b0fcce229faad2b437fc88985251 (commit)
from da5fac72b1cba5651b871902eea234e693cf01e5 (commit)
- Log -----------------------------------------------------------------
commit a825856ab719b0fcce229faad2b437fc88985251
Author: Pauli <paul.dale at oracle.com>
Date: Mon Sep 17 10:40:32 2018 +1000
Add missing include file.
Specifically, include e_os.h to pick up alloca definition for WIN32.
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7234)
-----------------------------------------------------------------------
Summary of changes:
crypto/o_fopen.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/crypto/o_fopen.c b/crypto/o_fopen.c
index f08f99b..7d51ad7 100644
--- 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
More information about the openssl-commits
mailing list