Ulf M�ller <[EMAIL PROTECTED]>:

> [...]  The compilation failed with
> 
> cc -I.. -I../../include -O -Wall -c md_rand.c
> md_rand.c:303: undefined type, found `pid_t'

On your Next system, is pid_t defined in some other header file?
If it does not exist at all, then try changing pid_t to
long.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to