Hi,

At 03 Aug 2005 00:15:34 +0900 Satoshi Nakamura wrote:
> At 02 Aug 2005 14:23:17 +0200 Andy Polyakov wrote:
> > In rand_win.c we could read
> > 
> > #if defined(OPENSSL_SYS_WINCE) && WCEPLATFORM!=MS_HPC_PRO
> > 
> > Well, WCEPLATFORM!=MS_HPC_PRO condition is *never* met... Meaning that
> > CryptGenRandom was never called on *any* WCE platform, instead of all
> > but MS_HPC_PRO... Fixed by replacing it with _WIN32_WCE>=210 condition,
> > which is minimum requirement according to MSDN.

I tested this and found that although these functions are declared in a
header file, they are not implemented on HPC Pro platform (which is built
on WCE211). Thus it causes a link error.

I suggest to change it to _WIN32_WCE>=300.

-- 
Satoshi Nakamura <[EMAIL PROTECTED]>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to