boring2/openssl-sys
Cody P Schafer 381a9b6e51 sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char
CRYPTO_free() ends up being used for a variety of types of data, not just
c_char. And it essentially takes full ownership of the type, making
*mut appropriate.

With this change it also more closely (exactly) matches the C defintion:
	void CRYPTO_free(void *ptr);
2014-11-24 15:38:04 -05:00
..
src sys (and bn): make CRYPTO_free() take a *mut c_void insead of a *const c_char 2014-11-24 15:38:04 -05:00
Cargo.toml Add more crate metadata 2014-11-22 15:46:11 -08:00
LICENSE-MIT New build system 2014-11-13 15:17:00 +02:00