openssl/crypto/async
Matt Caswell 2b2c78d4f0 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: Rich Salz <rsalz@openssl.org>
2015-11-20 23:37:17 +00:00
..
arch Swap to using proper windows pipes 2015-11-20 23:37:17 +00:00
async_err.c Add ASYNC error codes 2015-11-20 23:34:35 +00:00
async_locl.h Swap to using proper windows pipes 2015-11-20 23:37:17 +00:00
async.c Swap to using proper windows pipes 2015-11-20 23:37:17 +00:00
Makefile make update 2015-11-20 23:35:19 +00:00