mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
2b2c78d4f0
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> |
||
---|---|---|
.. | ||
arch | ||
async_err.c | ||
async_locl.h | ||
async.c | ||
Makefile |