| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also include the formerly-missing NULL check, since this can fail in two
ways.
|
|
|
|
|
| |
Replace STDIN_FILENO with _fileno as STDIN_FILENO results in compile
errors with Visual Studio 2015 (using CMake).
|
|
|
|
| |
This allows piping commands and running from a cygwin console.
|
| |
|
|
|
|
|
|
|
| |
Mirror the patch to ui_openssl.c, also fix the broken conditional that
made it not actually turn off echo in the first place.
ok guenther@
|
|
This adds a Windows-specific versions of several symbols from libcrypto
and openssl(1).
|