[erlang-patches] Problem compiling since commit 995f4202
Tuncer Ayaz
tuncer.ayaz@REDACTED
Sun Mar 28 16:24:23 CEST 2010
On Sun, Mar 28, 2010 at 4:20 PM, Rory Byrne <rory@REDACTED> wrote:
> Hi,
>
> It looks to me like commit 995f4202 (OTP-7046 Support for Diffie-Hellman
> keyexchange) has introduced a syntax error:
>
> ./ssl_connection.erl:683: syntax error before: ','
>
> The relevant code from ssl_connection.erl is:
>
> 681. fun({Packet, Raw}, {next_state, SName,
> 682. AS=#state{tls_handshake_hashes=Hs0}}) ->
> 683. (_, StopState) -> StopState
> 684. end,
>
> Anyone else see the same?
Dito.
Just revert the commit locally.
Bjorn has already done that in pu:
http://github.com/erlang/otp/commit/92b096
More information about the erlang-patches
mailing list