From: Dr. Stephen Henson Date: Wed, 23 May 2012 11:45:21 +0000 (+0000) Subject: fix typo X-Git-Tag: OpenSSL-fips-2_0-pl1~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35b412322f230fb19c83f08d3b9828c53adac266;p=oweals%2Fopenssl.git fix typo --- diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c index 99cfc3f355..117c2881fa 100644 --- a/crypto/bn/bn_nist.c +++ b/crypto/bn/bn_nist.c @@ -1047,7 +1047,7 @@ int BN_nist_mod_384(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, return 1; } -#ifdef _W32_WCE +#ifdef _WIN32_WCE #pragma optimize( "", off ) #endif @@ -1117,7 +1117,7 @@ int BN_nist_mod_521(BIGNUM *r, const BIGNUM *a, const BIGNUM *field, return 1; } -#ifdef _W32_WCE +#ifdef _WIN32_WCE #pragma optimize( "", on ) #endif