In addition, this patch is required to compile.

diff -ur openssl-0.9.8-stable-SNAP-20050802.orig/crypto/cryptlib.c 
openssl-0.9.8-stable-SNAP-20050802/crypto/cryptlib.c
--- openssl-0.9.8-stable-SNAP-20050802.orig/crypto/cryptlib.c   2005-07-05 
09:04:43.000000000 +0900
+++ openssl-0.9.8-stable-SNAP-20050802/crypto/cryptlib.c        2005-08-03 
00:04:13.621919400 +0900
@@ -620,7 +620,7 @@
        }
 #endif
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__CYGWIN__) && !defined(_WIN32_WCE)
 #include <tchar.h>

What fails more specifically? I'd prefer to keep OPENSSL_showfatal, which would show dialog box on WCE... A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to