diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-03 19:11:01 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-03 19:11:01 +0100 |
commit | e454895d0543153709cd763d80f472c1d25ca73c (patch) | |
tree | e34f81e902fd4d9eb26a8301e50fba3177df39ac | |
parent | b19acf362996ea4404c3df03a243571c13fd47a3 (diff) | |
parent | e1217db87d2ff37ab6a41048d16327212f670bb4 (diff) | |
download | portable-e454895d0543153709cd763d80f472c1d25ca73c.tar.gz portable-e454895d0543153709cd763d80f472c1d25ca73c.tar.bz2 portable-e454895d0543153709cd763d80f472c1d25ca73c.zip |
Land #927
-rw-r--r-- | crypto/compat/ui_openssl_win.c | 3 |
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 */ | ||
134 | static void (*savsig[NX509_SIG])(int ); | ||
135 | |||
136 | DWORD console_mode; | 133 | DWORD console_mode; |
137 | static FILE *tty_in, *tty_out; | 134 | static FILE *tty_in, *tty_out; |
138 | static int is_a_tty; | 135 | static int is_a_tty; |