提交 90b9c78b 编写于 作者: A Andy Polyakov 提交者: Matt Caswell

crypto/cryptlib.c: make it indent-friendly.

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 985a9af8
...@@ -123,7 +123,8 @@ static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */ ...@@ -123,7 +123,8 @@ static double SSLeay_MSVC5_hack=0.0; /* and for VC1.5 */
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \ #if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
defined(__INTEL__) || \ defined(__INTEL__) || \
defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64) defined(__x86_64) || defined(__x86_64__) || \
defined(_M_AMD64) || defined(_M_X64)
extern unsigned int OPENSSL_ia32cap_P[4]; extern unsigned int OPENSSL_ia32cap_P[4];
unsigned int *OPENSSL_ia32cap_loc(void) { return OPENSSL_ia32cap_P; } unsigned int *OPENSSL_ia32cap_loc(void) { return OPENSSL_ia32cap_P; }
...@@ -305,7 +306,8 @@ void OPENSSL_showfatal (const char *fmta,...) ...@@ -305,7 +306,8 @@ void OPENSSL_showfatal (const char *fmta,...)
if ((h=GetStdHandle(STD_ERROR_HANDLE)) != NULL && if ((h=GetStdHandle(STD_ERROR_HANDLE)) != NULL &&
GetFileType(h)!=FILE_TYPE_UNKNOWN) GetFileType(h)!=FILE_TYPE_UNKNOWN)
{ /* must be console application */ {
/* must be console application */
int len; int len;
DWORD out; DWORD out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册