rustls / rustls-ffi

Use Rustls from any language
Other
125 stars 30 forks source link

Clarify comment for rustls_certified_key_build #257

Closed jsha closed 2 years ago

jsha commented 2 years ago

It does not take ownership of the pointers it is passed, and the resulting struct should usually be freed right after creating a config with it.