mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 21:43:42 +08:00
Fix s_client when no-dtls
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3344)
This commit is contained in:
parent
8f3f9623a4
commit
9ff2cebf29
@ -906,7 +906,9 @@ int s_client_main(int argc, char **argv)
|
||||
#endif
|
||||
BIO *bio_c_msg = NULL;
|
||||
const char *keylog_file = NULL, *early_data_file = NULL;
|
||||
#ifndef OPENSSL_NO_DTLS
|
||||
int isdtls = 0;
|
||||
#endif
|
||||
|
||||
FD_ZERO(&readfds);
|
||||
FD_ZERO(&writefds);
|
||||
|
Loading…
Reference in New Issue
Block a user