You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cipher: lift rustls_certificate_get_der out of impl block
For some reason, since adding a lifetime to the `rustls_certificate`
type, the `rustls_certificate_get_der` fn inside the `impl
rustls_certificate` block isn't being picked up by cbindgen, removing it
from the `rustls.h` generated header file.
This commit lifts the fn out of the `impl` block into a free-standing
function, now its properly included in `rustls.h` again.
0 commit comments