SSL_CIPHER_get_cipher_nid function
- @Native<Int Function(Pointer<
ssl_cipher_st> )>(ffi.Pointer<ssl_cipher_st>)>()
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ssl_cipher_st>)>()
external int SSL_CIPHER_get_cipher_nid(ffi.Pointer<ssl_cipher_st> c);