commit | 3363984d0d6ef0e1e2ecc52d2604a05e1394a728 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Feb 09 03:34:47 2015 -0500 |
committer | Adam Langley <agl@google.com> | Mon Feb 09 23:34:41 2015 +0000 |
tree | 1e7c6c57f8d4f167f061bd8638d40e2c7212d2bd | |
parent | 41fdbcdc721881f18901857a5fdf3a8e9601c866 [diff] |
Add SSL_SESSION_up_ref. The fact that an SSL_SESSION is reference-counted is already part of the API. If an external application (like, say, the test code) wishes to participate, we should let it. Change-Id: If04d26a35141da14fd8d917de6cc1c10537ad11a Reviewed-on: https://boringssl-review.googlesource.com/3344 Reviewed-by: Adam Langley <agl@google.com>