SSL_CTX_use_certificate_ASN1 function
- @Native<Int Function(Pointer<
ssl_ctx_st> , Int, Pointer<UnsignedChar> )>(ffi.Pointer<ssl_ctx_st>, ffi.Int, ffi.Pointer<ffi.UnsignedChar>)>()
- Pointer<
ssl_ctx_st> ctx, - int len,
- Pointer<
UnsignedChar> d
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ssl_ctx_st>,
ffi.Int,
ffi.Pointer<ffi.UnsignedChar>,
)
>()
external int SSL_CTX_use_certificate_ASN1(
ffi.Pointer<ssl_ctx_st> ctx,
int len,
ffi.Pointer<ffi.UnsignedChar> d,
);