The branch master has been updated
via 9ff2cebf29d30397b3b67603000f67ee429c700b (commit)
from 8f3f9623a46fb4e294a7e4c3db3168002e3f781b (commit)
- Log -----------------------------------------------------------------
commit 9ff2cebf29d30397b3b67603000f67ee429c700b
Author: Todd Short <[email protected]>
Date: Wed Apr 26 14:42:14 2017 -0400
Fix s_client when no-dtls
Reviewed-by: Rich Salz <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/3344)
-----------------------------------------------------------------------
Summary of changes:
apps/s_client.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apps/s_client.c b/apps/s_client.c
index 443822b..d018268 100644
--- 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);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits