projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3f962
)
Fix s_client when no-dtls
author
Todd Short
<tshort@akamai.com>
Wed, 26 Apr 2017 18:42:14 +0000
(14:42 -0400)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 28 Apr 2017 13:42:41 +0000
(15:42 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3344)
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 443822bec241e9d36247dae09dbf338cd755574e..d018268fbf5c656affe009d339e1ab3388705f5b 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-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);