Hi Martin, I'm a few days away from submitting my patch. It looks like we've done quite similar work which I guess isn't surprising since we've both had to plug the holes in the Windows CE CRT implementation. My approach differs in that I've seperated out this compatibility layer into a seperate library since it will be generally useful to other Windows CE development projects. I've also used the makefiles instead of VC project files. The compatibility layer that I've done goes futher, being general purpose, and allow piping between processes. I've used this to enable automated tests similar to the current Win32 openssl tests. It even allows you to invoke the openssl command-line utility on the device from the desktop and use it as you would the a native Win32 version.
Regards, Steven -----Original Message----- From: [EMAIL PROTECTED] [mailto:owner-openssl-dev@;openssl.org]On Behalf Of Martin Erdrich Sent: Wednesday, 6 November 2002 12:52 AM To: [EMAIL PROTECTED] Subject: Windows CE Patch for OpenSSL 0.9.6g Here's a patch that allows OpenSSL to be compiled for Windows CE: - apply the patch to Version 0.9.6g. - run perl Configure VC-WIN32 , ms\do_ms.bat , nmake /f ms\do_nt.mak as usual - the subdirectory wce contains several embedded Visual C++ project files to build dll's and static libraries. The static libraries a trimmed to minimum size with several new NO_XYZ #defines ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
