SSL_SESSION_get0_peer function
- @Native<Pointer<
x509_st> Function(Pointer<ssl_session_st> )>(ffi.Pointer<ssl_session_st>)>()
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,
);