Use recv() and send() for socket communication on VMS instead of read()
authorRichard Levitte <levitte@openssl.org>
Sat, 6 Apr 2002 11:35:40 +0000 (11:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 6 Apr 2002 11:35:40 +0000 (11:35 +0000)
commit78e761732477ee11c1e7ce934b3223c5a1873506
tree3b7a4385850c49701324f21f41b5b152485182fb
parent56d490cd4043d0f446c06a6a4667f4b5b131a22f
Use recv() and send() for socket communication on VMS instead of read()
and write().  The reason is that read() and write() make additional record
level locking which causes hangs of Compaq Secure Web Server (Apache) with
SSL.
Submitted by Compaq.
e_os.h