Commit 0b9925be authored by Bodo Möller's avatar Bodo Möller
Browse files

Consistency with s2_... and s23_... variants (no real functional

change)
parent 3e9ae0c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}

+1 −1
Original line number Diff line number Diff line
@@ -561,9 +561,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);
	}