aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ssl/src/ssl_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl
index 9ecd667e69..454d726f0d 100644
--- a/lib/ssl/src/ssl_handshake.erl
+++ b/lib/ssl/src/ssl_handshake.erl
@@ -143,7 +143,7 @@ hello(#server_hello{cipher_suite = CipherSuite, server_version = Version,
end;
false ->
?ALERT_REC(?FATAL, ?PROTOCOL_VERSION)
- end.
+ end;
hello(#client_hello{client_version = ClientVersion, random = Random,
cipher_suites = CipherSuites,