diff options
author | djm <> | 2009-01-09 12:15:52 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:15:52 +0000 |
commit | eef32868c6aa961f0ae29b5a113d0690dc4db25e (patch) | |
tree | a2a7787bc00e8f6a29153b8c6d9eb5e8f73d6269 /src/lib/libcrypto/ui/ui_openssl.c | |
parent | ed26972d251de1f03147983371ecfba887241c5e (diff) | |
download | openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.tar.gz openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.tar.bz2 openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.zip |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/ui/ui_openssl.c')
-rw-r--r-- | src/lib/libcrypto/ui/ui_openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ui/ui_openssl.c b/src/lib/libcrypto/ui/ui_openssl.c index 8446673ed4..5fbedf6ff8 100644 --- a/src/lib/libcrypto/ui/ui_openssl.c +++ b/src/lib/libcrypto/ui/ui_openssl.c | |||
@@ -678,6 +678,8 @@ static int noecho_fgets(char *buf, int size, FILE *tty) | |||
678 | size--; | 678 | size--; |
679 | #ifdef WIN16TTY | 679 | #ifdef WIN16TTY |
680 | i=_inchar(); | 680 | i=_inchar(); |
681 | #elif defined(_WIN32) | ||
682 | i=_getch(); | ||
681 | #else | 683 | #else |
682 | i=getch(); | 684 | i=getch(); |
683 | #endif | 685 | #endif |