Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.
[openssl.git] / apps / s_client.c
index dbc0700ded2fc9da4d4210a2fe06f0de4dc84752..0477f75224593a12ae8e2a13491cf235bbc7aab5 100644 (file)
@@ -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;