Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2014-12-02 11:32:38 +0300
committerAdam Langley <agl@google.com>2014-12-04 03:22:14 +0300
commit90eeb11652c530dfdcb8d5dc31359d7a0822ecae (patch)
treed22e4c62520d1891da4dfe67f96ca2459481d3bd /ssl/d1_srvr.c
parentedb03cf31fa12ac3166496d6fdd38b488ef2a31e (diff)
Remove SSL_set_debug.
It just inserts extra flushes everywhere and isn't used. Change-Id: I082e4bada405611f4986ba852dd5575265854036 Reviewed-on: https://boringssl-review.googlesource.com/2456 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/d1_srvr.c')
-rw-r--r--ssl/d1_srvr.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c
index 38da3561..05823567 100644
--- a/ssl/d1_srvr.c
+++ b/ssl/d1_srvr.c
@@ -579,13 +579,6 @@ int dtls1_accept(SSL *s)
if (!s->s3->tmp.reuse_message && !skip)
{
- if (s->debug)
- {
- if ((ret=BIO_flush(s->wbio)) <= 0)
- goto end;
- }
-
-
if ((cb != NULL) && (s->state != state))
{
new_state=s->state;