fix typo
authorDr. Stephen Henson <steve@openssl.org>
Wed, 23 May 2012 11:45:21 +0000 (11:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 23 May 2012 11:45:21 +0000 (11:45 +0000)
crypto/bn/bn_nist.c

index 99cfc3f3557560451cd6f77da03b8a2f7ee5aec0..117c2881fab24ed0eb6825b7caf6b5d1b32fa519 100644 (file)
@@ -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