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-11-27 04:00:21 +0300
committerAdam Langley <agl@google.com>2014-12-02 22:30:37 +0300
commit8c6a295c392fff2eac379a73e9b5018a3fd4791a (patch)
tree3e3bd00ed86b0e71e5251b585fff0682ff78a6e7 /ssl/ssl_lib.c
parent9cbd4a809e02b47b4226642bcd208db6726c3df9 (diff)
Remove obsolete comment.
This comment is no longer true. It dates from OpenSSL's initial commit, but stopped being true in upstream's 413c4f45ed0508d2242638696b7665f499d68265. Change-Id: I47377d992a00e3d57c795fef893e19e109dd6945 Reviewed-on: https://boringssl-review.googlesource.com/2431 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 2a20248f..6d3ee400 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -2392,8 +2392,6 @@ int SSL_do_handshake(SSL *s)
return(ret);
}
-/* For the next 2 functions, SSL_clear() sets shutdown and so
- * one of these calls will reset it */
void SSL_set_accept_state(SSL *s)
{
s->server=1;