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:
@@ -45,6 +45,7 @@ TlsContext::TlsContext(TlsRole role)
|
||||
|
||||
boost::asio::ssl::context&
|
||||
TlsContext::getContext() {
|
||||
::SSL_CTX_up_ref(context_.native_handle());
|
||||
return (context_);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user