diff options
author | Ingela Anderton Andin <[email protected]> | 2011-11-24 14:22:10 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-11-28 13:55:45 +0100 |
commit | 197164b6ef62b4be91c767eb3c6b2e70bf2875bc (patch) | |
tree | 1e68cbc3103dad7243a792b89f9442fc94d725ad /lib/ssl/test | |
parent | 4fee3925d969a42088af74dd02a791bb8e27fd9b (diff) | |
download | otp-197164b6ef62b4be91c767eb3c6b2e70bf2875bc.tar.gz otp-197164b6ef62b4be91c767eb3c6b2e70bf2875bc.tar.bz2 otp-197164b6ef62b4be91c767eb3c6b2e70bf2875bc.zip |
Send ssl_closed notification to active ssl user when a tcp error occurs
Diffstat (limited to 'lib/ssl/test')
-rw-r--r-- | lib/ssl/test/ssl_test_lib.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl index e0a16fc04a..fa8a1826f2 100644 --- a/lib/ssl/test/ssl_test_lib.erl +++ b/lib/ssl/test/ssl_test_lib.erl @@ -690,7 +690,6 @@ public_key(#'PrivateKeyInfo'{privateKeyAlgorithm = public_key:der_decode('DSAPrivateKey', iolist_to_binary(Key)); public_key(Key) -> Key. - receive_rizzo_duong_beast() -> receive {ssl, _, "ello\n"} -> |