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:
62fea98
)
Pedantic polish to ectest.c [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:44:34 +0000
(08:44 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 11 Aug 2005 08:44:34 +0000
(08:44 +0000)
crypto/ec/ectest.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ectest.c
b/crypto/ec/ectest.c
index ed10f67ea38be3cf59f98efe5a44dfe4ea9fa347..5390b9e5bd652be8ddd9c429934e78156ba130f7 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