提交 ff82bf3b 编写于 作者: A Andy Polyakov

Pedantic polish to WCE-specific #if clause in ectest.c

上级 5147c3c9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册