diff options
author | Viktor Szakats <commit@vsz.me> | 2023-11-03 17:56:32 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2023-11-03 17:56:40 +0000 |
commit | e1217db87d2ff37ab6a41048d16327212f670bb4 (patch) | |
tree | e34f81e902fd4d9eb26a8301e50fba3177df39ac | |
parent | b19acf362996ea4404c3df03a243571c13fd47a3 (diff) | |
download | portable-e1217db87d2ff37ab6a41048d16327212f670bb4.tar.gz portable-e1217db87d2ff37ab6a41048d16327212f670bb4.tar.bz2 portable-e1217db87d2ff37ab6a41048d16327212f670bb4.zip |
delete unused `savsig` variable
Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b
Fixes #925
-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; |