Commit 681bfae4 authored by Bodo Möller's avatar Bodo Möller
Browse files

the previous commit accidentily removed 'ret = 1' from the SSL_ST_OK

case of ssl3_accept
parent 5dd955dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -540,6 +540,7 @@ int ssl3_accept(SSL *s)
				if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
				}
			
			ret = 1;
			goto end;
			/* break; */