SSL_get_peer_finished function
Implementation
@ffi.Native<
ffi.Size Function(ffi.Pointer<ssl_st>, ffi.Pointer<ffi.Void>, ffi.Size)
>()
external int SSL_get_peer_finished(
ffi.Pointer<ssl_st> s,
ffi.Pointer<ffi.Void> buf,
int count,
);
@ffi.Native<
ffi.Size Function(ffi.Pointer<ssl_st>, ffi.Pointer<ffi.Void>, ffi.Size)
>()
external int SSL_get_peer_finished(
ffi.Pointer<ssl_st> s,
ffi.Pointer<ffi.Void> buf,
int count,
);