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:
5147c3c
)
Pedantic polish to WCE-specific #if clause in ectest.c
author
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:42:46 +0000
(08:42 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:42:46 +0000
(08:42 +0000)
crypto/ec/ectest.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ectest.c
b/crypto/ec/ectest.c
index df506e1b4706dd2045d0d669b24b6a08bee8ceba..57f7eccf5f6c4c9ea59886f95d75d67455ed39bb 100644
(file)
--- a/
crypto/ec/ectest.c
+++ b/
crypto/ec/ectest.c
@@
-95,7
+95,7
@@
int main(int argc, char * argv[]) { puts("Elliptic curves are disabled."); retur
#include <openssl/rand.h>
#include <openssl/bn.h>
-#if defined(_MSC_VER) && defined(_MIPS_) &&
_MSC_VER<1300
+#if defined(_MSC_VER) && defined(_MIPS_) &&
(_MSC_VER/100==12)
/* suppress "too big too optimize" warning */
#pragma warning(disable:4959)
#endif