boring2/openssl-sys
Overmind JIANG 3c6c4a7b3d Fix a leak when using `EVP_PKEY_get1_RSA`.
`EVP_PKEY_get1_RSA` returns a RSA structure with its reference count
increased by 1 and therefore we need to call `RSA_free` after finishing
using that value.
2015-11-18 11:36:34 +08:00
..
src Fix a leak when using `EVP_PKEY_get1_RSA`. 2015-11-18 11:36:34 +08:00
Cargo.toml Remove unecessary build dependency 2015-11-16 22:28:56 -08:00
LICENSE-MIT New build system 2014-11-13 15:17:00 +02:00
build.rs Remove unecessary build dependency 2015-11-16 22:28:56 -08:00