aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-18 18:15:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-18 18:15:27 +0000
commit855d29184ea88140e3c810e854607cc00a3f1806 (patch)
tree9dbfff3c5a19c32ebb8b5b4e93317fb0929b263f /apps/s_client.c
parentac07bc860276b1c447e8bf2f8f49915d385b9fc9 (diff)
downloadopenssl-855d29184ea88140e3c810e854607cc00a3f1806.tar.gz
Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.
Thanks to Antonio Martin, Enterprise Secure Access Research and Development, Cisco Systems, Inc. for discovering this bug and preparing a fix. (CVE-2012-0050)
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index dbc0700ded..0477f75224 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2056,7 +2056,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
}
#endif
-#ifdef SSL_DEBUG
+#if 1
{
/* Print out local port of connection: useful for debugging */
int sock;