X509_CRL_load_http function

  1. @Native<Pointer<X509_crl_st> Function(Pointer<Char>, Pointer<bio_st>, Pointer<bio_st>, Int)>(ffi.Pointer<ffi.Char>, ffi.Pointer<bio_st>, ffi.Pointer<bio_st>, ffi.Int)>()
Pointer<X509_crl_st> X509_CRL_load_http(
  1. Pointer<Char> url,
  2. Pointer<bio_st> bio,
  3. Pointer<bio_st> rbio,
  4. int timeout,
)

Implementation

@ffi.Native<
  ffi.Pointer<X509_crl_st> Function(
    ffi.Pointer<ffi.Char>,
    ffi.Pointer<bio_st>,
    ffi.Pointer<bio_st>,
    ffi.Int,
  )
>()
external ffi.Pointer<X509_crl_st> X509_CRL_load_http(
  ffi.Pointer<ffi.Char> url,
  ffi.Pointer<bio_st> bio,
  ffi.Pointer<bio_st> rbio,
  int timeout,
);