aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-11-03 19:11:01 +0100
committerTheo Buehler <tb@openbsd.org>2023-11-03 19:11:01 +0100
commite454895d0543153709cd763d80f472c1d25ca73c (patch)
treee34f81e902fd4d9eb26a8301e50fba3177df39ac
parentb19acf362996ea4404c3df03a243571c13fd47a3 (diff)
parente1217db87d2ff37ab6a41048d16327212f670bb4 (diff)
downloadportable-e454895d0543153709cd763d80f472c1d25ca73c.tar.gz
portable-e454895d0543153709cd763d80f472c1d25ca73c.tar.bz2
portable-e454895d0543153709cd763d80f472c1d25ca73c.zip
Land #927
-rw-r--r--crypto/compat/ui_openssl_win.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/compat/ui_openssl_win.c b/crypto/compat/ui_openssl_win.c
index b6a621f..a8c92f2 100644
--- a/crypto/compat/ui_openssl_win.c
+++ b/crypto/compat/ui_openssl_win.c
@@ -130,9 +130,6 @@
130#define NX509_SIG 32 130#define NX509_SIG 32
131#endif 131#endif
132 132
133/* Define globals. They are protected by a lock */
134static void (*savsig[NX509_SIG])(int );
135
136DWORD console_mode; 133DWORD console_mode;
137static FILE *tty_in, *tty_out; 134static FILE *tty_in, *tty_out;
138static int is_a_tty; 135static int is_a_tty;