Problem compiling since commit 995f4202
Rory Byrne
rory@REDACTED
Sun Mar 28 16:20:13 CEST 2010
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?
Rory
More information about the erlang-patches
mailing list