[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
Paul I. Dale
pauli at openssl.org
Mon Sep 17 02:54:33 UTC 2018
The branch OpenSSL_1_1_1-stable has been updated
via d2d3b5ded7b1ab82e17f964d52904a5041934805 (commit)
from 24907560dbe9df480863a664adcd2c4b1cdcd5e9 (commit)
- Log -----------------------------------------------------------------
commit d2d3b5ded7b1ab82e17f964d52904a5041934805
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)
(cherry picked from commit a825856ab719b0fcce229faad2b437fc88985251)
-----------------------------------------------------------------------
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