Commit 412a963c authored by Richard Levitte's avatar Richard Levitte
Browse files

Pipes on VMS do not work well with binary data, use an intermediary file



VMS being a record oriented operating system, it's uncertain how the
'pipe' passes binary data from one process to another.  Experience
shows that we get in trouble, and it's probably due to the pipe in
itself being opened in text mode (variable length records).

It's safer to pass data via an intermediary file instead.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 4034c38b
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