Windows CE update from HEAD.

This commit is contained in:
Andy Polyakov
2005-08-07 22:29:58 +00:00
parent d7e35e0371
commit 98e986141b
8 changed files with 40 additions and 10 deletions

View File

@@ -95,6 +95,11 @@ 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
/* suppress "too big too optimize" warning */
#pragma warning(disable:4959)
#endif
#define ABORT do { \
fflush(stdout); \
fprintf(stderr, "%s:%d: ABORT\n", __FILE__, __LINE__); \