2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

[#1661] Checkpoint: did asiolink (but need more UTs)

This commit is contained in:
Francis Dupont
2021-02-14 18:45:26 +01:00
parent 2f91e0c510
commit f011be7b87
2 changed files with 53 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ TlsContext::TlsContext(TlsRole role)
boost::asio::ssl::context&
TlsContext::getContext() {
::SSL_CTX_up_ref(context_.native_handle());
return (context_);
}