aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/ui_openssl_win.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32 openssl CLI: preserve original echo stateBrent Cook2015-07-161-9/+9
| | | | | | | 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@
* Add conditional compilation for windows and posix functions.Brent Cook2014-12-031-0/+367
This adds a Windows-specific versions of several symbols from libcrypto and openssl(1).