Commit 2b2c78d4 authored by Matt Caswell's avatar Matt Caswell
Browse files

Swap to using proper windows pipes



We were using _pipe to create a pipe on windows. This uses the "int" type
for its file descriptor for compatibility. However most windows functions
expect to use a "HANDLE". Probably we could get away with just casting but
it seems more robust to use the proper type and main stream windows
functions.

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