all are tested on W2k with VC++ 7.0 (maybe this is problem (:->)) 1) in /crypto/evp/makefile on line 23 are wrong: TEST=evp_test.c evptests.txt but this create in global makefile with evptests.txt.c! correct: TEST=evp_test.c
2) /apps/speed.c on line 86 /apps/s_time.c on line 84 error: #include OPENSSL_UNISTD correct: don't work on W2k correct: #ifndef OPENSSL_SYS_WIN32 #include OPENSSL_UNISTD #endif That is all in compile and link step. regards, Martin ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
