SSL_get1_builtin_sigalgs function
- @Native<Pointer<
Char> Function(Pointer<ossl_lib_ctx_st> )>(ffi.Pointer<ossl_lib_ctx_st>)>()
- Pointer<
ossl_lib_ctx_st> libctx
Implementation
@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Pointer<ossl_lib_ctx_st>)>()
external ffi.Pointer<ffi.Char> SSL_get1_builtin_sigalgs(
ffi.Pointer<ossl_lib_ctx_st> libctx,
);