We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TlsContext
1 parent 3cd6fda commit aed1325Copy full SHA for aed1325
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/TlsContextNative.kt
@@ -15,6 +15,7 @@ import kotlinx.cinterop.*
15
import libcrt.*
16
17
public actual class TlsContext actual constructor(options: TlsContextOptions?) :
18
+ WithCrt(),
19
NativeHandle<aws_tls_ctx>,
20
Closeable {
21
private val tlsCtxOpts: aws_tls_ctx_options = Allocator.Default.alloc()
0 commit comments