Commit fbd03b09 authored by Richard Levitte's avatar Richard Levitte
Browse files

VMS open() doesn't take O_BINARY, but takes a context description



Tell open() O_BINARY on VMS doesn't make sense, as it's possible to
use more precise file attributes.  However, if we're still going to
fdopen() it in binary mode, we must set the fd in binary context.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 1cd5cc36
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment