aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-05-28 06:49:29 +0000
committerErlang/OTP <[email protected]>2010-05-28 06:49:29 +0000
commit76e23ce6d08a2aa8a641350f1b5a59cbd512f27b (patch)
tree05c2261988e934582e954e01a53294fee1b92b36 /lib
parent47be58961af29d665f91d8702c80a70ee43a33ed (diff)
downloadotp-76e23ce6d08a2aa8a641350f1b5a59cbd512f27b.tar.gz
otp-76e23ce6d08a2aa8a641350f1b5a59cbd512f27b.tar.bz2
otp-76e23ce6d08a2aa8a641350f1b5a59cbd512f27b.zip
Hoops too quick to check in previous version, changed . to ;, compiled in
wrong shell!
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,