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