commit | e45f106cb6b47af1f21efe76e933bdea2f5dd1ca | [log] [tgz] |
---|---|---|
author | Nagendra Modadugu <ngm@google.com> | Wed Sep 30 11:36:48 2009 -0700 |
committer | Nagendra Modadugu <ngm@google.com> | Wed Sep 30 12:06:07 2009 -0700 |
tree | 9abf212990e6e7631ac6b0a07816dfe069912724 | |
parent | 5fe11ead41a8b9709f910786101e818603de6690 [diff] [blame] |
Upgrade to openssl-0.9.8k. The source tree (and the size of the compiled library) can be reduced further. This will be done in a future commit.
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c index 1f23a45..ef930bf 100644 --- a/crypto/ui/ui_openssl.c +++ b/crypto/ui/ui_openssl.c
@@ -677,6 +677,8 @@ size--; #ifdef WIN16TTY i=_inchar(); +#elif defined(_WIN32) + i=_getch(); #else i=getch(); #endif