solved compiling problem on w2k

2002-01-21 Thread Matteo Artuso

Thanks to Marco for his councils.(see Re:9.6c compiling problem on w2k
unistd.h)
I had another problem too cause there' s an undefined function in
ssl/ssl_err2.c
It's ERR_load_SSL_strings().
I added line : void ERR_load_SSL_strings(void);
in inc32/openssl/err.h and now works corectly.
But I'm not sure that is the right solution.
Bye everybody
Matteo



__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



installation problem whith new 0.9.6c-engine under win32

2002-01-10 Thread Matteo Artuso

As I write in title I have a problem during the libray's compilation under
win32.
The installation require unistd.h include file. 
I think that is a unix file, so it's very hard I can find it in windows.
Somebody can help me?
Thanks
Matte
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



problem with hw_aep.c on win2K without unistd.h

2002-01-10 Thread Matteo Artuso

Without the include line unistd.h it isn't define pid_t.
Is it an integer.
How can I define this type?
Any councils will be very appreciate.
Matteo
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]