diff options
author | Ingela Anderton Andin <[email protected]> | 2011-06-07 11:07:25 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-06-07 11:07:25 +0200 |
commit | 612de104d23a01d5753ca39f4db4e14ba0234897 (patch) | |
tree | 929a295d0b2e4c0259c77564fcd7364e16fb46f1 /lib/ssl/test/ssl_test_lib.erl | |
parent | 9507f8ed8c5d67c4c239f9e1143156402e1bfe91 (diff) | |
parent | 2282568d2805d2e355f9dcde8b42e580006948b9 (diff) | |
download | otp-612de104d23a01d5753ca39f4db4e14ba0234897.tar.gz otp-612de104d23a01d5753ca39f4db4e14ba0234897.tar.bz2 otp-612de104d23a01d5753ca39f4db4e14ba0234897.zip |
Merge branch 'ia/ssl/session-table-clean-up/OTP-9346' into dev
* ia/ssl/session-table-clean-up/OTP-9346:
The clean up of the session table now works as intended.
Diffstat (limited to 'lib/ssl/test/ssl_test_lib.erl')
-rw-r--r-- | lib/ssl/test/ssl_test_lib.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl index 40bbdf1dbd..b7916b96eb 100644 --- a/lib/ssl/test/ssl_test_lib.erl +++ b/lib/ssl/test/ssl_test_lib.erl @@ -670,3 +670,6 @@ cipher_result(Socket, Result) -> Other -> {unexpected, Other} end. + +session_info_result(Socket) -> + ssl:session_info(Socket). |