projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75ff26
)
fix typo
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 May 2012 11:45:21 +0000
(11:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 23 May 2012 11:45:21 +0000
(11:45 +0000)
crypto/bn/bn_nist.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_nist.c
b/crypto/bn/bn_nist.c
index 99cfc3f3557560451cd6f77da03b8a2f7ee5aec0..117c2881fab24ed0eb6825b7caf6b5d1b32fa519 100644
(file)
--- 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 _W
IN
32_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 _W
IN
32_WCE
#pragma optimize( "", on )
#endif