From: Andy Polyakov Date: Tue, 14 Dec 2010 20:39:17 +0000 (+0000) Subject: e_capi.c: rearrange #include-s to improve portability. X-Git-Tag: OpenSSL-fips-2_0-rc1~894 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c329c6bac723dca746506d406517daf4463e501b e_capi.c: rearrange #include-s to improve portability. PR: 2394 --- diff --git a/engines/e_capi.c b/engines/e_capi.c index 326155b4c6..1925bad5c1 100644 --- a/engines/e_capi.c +++ b/engines/e_capi.c @@ -55,27 +55,26 @@ #include #include #include -#include -#ifndef alloca -# define alloca _alloca -#endif #include -#include -#include #ifdef OPENSSL_SYS_WIN32 #ifndef OPENSSL_NO_CAPIENG +#include +#include #include -#include - #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif +#include #include +#include +#ifndef alloca +# define alloca _alloca +#endif /* * This module uses several "new" interfaces, among which is