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/ssl_lib.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/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index fef0649e..535baeb2 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -3130,11 +3130,6 @@ void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
*hash=NULL;
}
-void SSL_set_debug(SSL *s, int debug)
- {
- s->debug = debug;
- }
-
int SSL_cache_hit(SSL *s)
{
return s->hit;