I'm working on a port which is pretty close to finished and I'll post a patch when it's done. The files mentioned below contain code within #ifdef WINDOWS which isn't compatible with Windows CE. There's quite a bit more work to do after getting them to compile, because functions like time() have prototypes in the header files but are not implemented. I've had to implement a seperate library, I've called wcecompat, which contains all of the missing functionality.
Steven -----Original Message----- From: [EMAIL PROTECTED] [mailto:owner-openssl-dev@;openssl.org]On Behalf Of Richard Levitte - VMS Whacker Sent: Tuesday, 22 October 2002 2:35 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: OpenSSL on WindowsCE In message <[EMAIL PROTECTED]> on Mon, 21 Oct 2002 12:48:17 +0200, Amir Schwartz <[EMAIL PROTECTED]> said: AmirS> I would like to know whether a WindowsCE version of OpenSSL AmirS> exists. I'm sure there are ports out there, but I haven't seen any specifics. AmirS> We couldn't find any WindowsCE related information on the AmirS> website. We tried to compile the source files ourselves using AmirS> Microsoft eMbedded Visual C++ 4.0, but received errors in the AmirS> following files: AmirS> AmirS> $(OBJ_D)\read_pwd.obj AmirS> $(OBJ_D)\bss_log.obj AmirS> $(OBJ_D)\randfile.obj AmirS> $(OBJ_D)\rand_win.obj AmirS> $(OBJ_D)\by_dir.obj AmirS> $(OBJ_D)\read2pwd.obj Well, I'm not entirely surprised. However, just saying that there are errors doesn't really help anyone even trying to help you with a port. Please be more specific... -- Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-708-26 53 44 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
