Hi, I am in the process of upgrading OpenSSL from 0.9.2b to 0.9.4 for OSE (rtos) on powerpc. It looks good, less things for me to do with the new release :) A few minor patches though. Here is the first one which deals with bad reference to close where it should be closesocket. Regards, Lennart Bang TCP/IP knudel business: [EMAIL PROTECTED] private: [EMAIL PROTECTED] --- org_e_os.h Thu Jun 10 07:12:20 1999 +++ new_e_os.h Wed Sep 1 14:36:07 1999 @@ -320,8 +320,8 @@ # define SSLeay_Read(a,b,c) read((a),(b),(c)) # define SSLeay_Write(a,b,c) write((a),(b),(c)) -# define SHUTDOWN(fd) { shutdown((fd),0); close((fd)); } -# define SHUTDOWN2(fd) { shutdown((fd),2); close((fd)); } +# define SHUTDOWN(fd) { shutdown((fd),0); closesocket((fd)); } +# define SHUTDOWN2(fd) { shutdown((fd),2); closesocket((fd)); } # define INVALID_SOCKET (-1) # endif #endif
begin:vcard n:Bang;Lennart tel;cell:+46 70 733 14 70 tel;fax:+46 8 446 34 64 tel;work:+46 8 446 34 67 x-mozilla-html:TRUE url:www.netstream.se org:NetStream AB;Networking department version:2.1 email;internet:[EMAIL PROTECTED] title:CEO | http://www.netstream.se adr;quoted-printable:;;Enhagsbacken 9=0D=0A;S-187 40 Taby;;;Sweden fn:Lennart Bang end:vcard