SSL_SESSION_get0_peer function

  1. @Native<Pointer<x509_st> Function(Pointer<ssl_session_st>)>(ffi.Pointer<ssl_session_st>)>()
Pointer<x509_st> SSL_SESSION_get0_peer(
  1. Pointer<ssl_session_st> s
)

Implementation

@ffi.Native<ffi.Pointer<x509_st> Function(ffi.Pointer<ssl_session_st>)>()
external ffi.Pointer<x509_st> SSL_SESSION_get0_peer(
  ffi.Pointer<ssl_session_st> s,
);