Use recv() and send() for socket communication on VMS instead of read()
authorRichard Levitte <levitte@openssl.org>
Sat, 6 Apr 2002 11:35:49 +0000 (11:35 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 6 Apr 2002 11:35:49 +0000 (11:35 +0000)
commit1fc02dcf6ad5052b5470f53006fbc16790f2094a
tree0addce67fa0f1aaf8d1843b9a5db7c31a24a9533
parent83d092f7853e8abcc824bb68269235640a06a1d6
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