The branch master has been updated
       via  22eb2d1c80ff511985c0b32a6f4699c3a062311b (commit)
      from  ededc88dd52029e4eb18b845703c8780e2d23c17 (commit)


- Log -----------------------------------------------------------------
commit 22eb2d1c80ff511985c0b32a6f4699c3a062311b
Author: Matt Caswell <[email protected]>
Date:   Mon Apr 23 09:01:49 2018 +0100

    Remove some logically dead code
    
    This dead code should have been removed as part of #5874 but got missed.
    
    Found by Coverity.
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Paul Dale <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/6049)

-----------------------------------------------------------------------

Summary of changes:
 ssl/statem/statem_lib.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c
index 6d0778d..269ba85 100644
--- a/ssl/statem/statem_lib.c
+++ b/ssl/statem/statem_lib.c
@@ -1073,9 +1073,6 @@ WORK_STATE tls_finish_handshake(SSL *s, WORK_STATE wst, 
int clearbufs, int stop)
                               &discard, s->session_ctx->lock);
         }
 
-        if (cb != NULL)
-            cb(s, SSL_CB_HANDSHAKE_DONE, 1);
-
         if (SSL_IS_DTLS(s)) {
             /* done with handshaking */
             s->d1->handshake_read_seq = 0;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to