Commit 1147fa5a 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 a9eba3f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -528,6 +528,7 @@ int ssl3_accept(SSL *s)
				if (cb != NULL) cb(s,SSL_CB_HANDSHAKE_DONE,1);
				}
			
			ret = 1;
			goto end;
			/* break; */