mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
internal | ||
openssl |