Loading ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -441,9 +441,9 @@ int ssl3_connect(SSL *s) skip=0; } end: s->in_handshake--; if (cb != NULL) cb(s,SSL_CB_CONNECT_EXIT,ret); s->in_handshake--; return(ret); } Loading ssl/s3_srvr.c +1 −1 Original line number Diff line number Diff line Loading @@ -573,9 +573,9 @@ int ssl3_accept(SSL *s) end: /* BIO_flush(s->wbio); */ s->in_handshake--; if (cb != NULL) cb(s,SSL_CB_ACCEPT_EXIT,ret); s->in_handshake--; return(ret); } Loading Loading
ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -441,9 +441,9 @@ int ssl3_connect(SSL *s) skip=0; } end: s->in_handshake--; if (cb != NULL) cb(s,SSL_CB_CONNECT_EXIT,ret); s->in_handshake--; return(ret); } Loading
ssl/s3_srvr.c +1 −1 Original line number Diff line number Diff line Loading @@ -573,9 +573,9 @@ int ssl3_accept(SSL *s) end: /* BIO_flush(s->wbio); */ s->in_handshake--; if (cb != NULL) cb(s,SSL_CB_ACCEPT_EXIT,ret); s->in_handshake--; return(ret); } Loading