diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-05 14:25:17 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-05 14:25:17 -0600 |
commit | 76439093ca49fb5590c97254aeb446d72c1be03f (patch) | |
tree | bb019926de457d093c9ed62d45ab0917db3151d2 /crypto | |
parent | 2553853c969c8e718e940df7ba4afb8a4e6110ef (diff) | |
parent | d193f43f8b90cbed65ffeec93543d8a3d17bdedc (diff) | |
download | portable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.gz portable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.bz2 portable-76439093ca49fb5590c97254aeb446d72c1be03f.zip |
Land #931, dynamic link libtls with libssl/libcrypto in cmake builds
Diffstat (limited to 'crypto')
-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; |