summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-05-23 11:45:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-05-23 11:45:21 +0000
commit35b412322f230fb19c83f08d3b9828c53adac266 (patch)
tree6876ad4f78324565bb4924a3490a89e55999e760
parentb75ff26d7b34c2ed335e2feb47e8f5ed4a4840c4 (diff)
fix typo
-rw-r--r--crypto/bn/bn_nist.c4
1 files changed, 2 insertions, 2 deletions
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