Closed johnhurt closed 8 months ago
openssl recently introduced read_uninit and write_uninit in 0.10.61 and it is used in tokio-openssl 0.6.4 as a means of making buffer initialization sound. This pr is a combination of both of those changes.
read_uninit
write_uninit
openssl recently introduced
read_uninit
andwrite_uninit
in 0.10.61 and it is used in tokio-openssl 0.6.4 as a means of making buffer initialization sound. This pr is a combination of both of those changes.