aboutsummaryrefslogtreecommitdiff
path: root/src/ssl/error.rs
diff options
context:
space:
mode:
authorCody P Schafer <[email protected]>2014-10-13 15:14:58 -0400
committerCody P Schafer <[email protected]>2014-11-24 15:38:04 -0500
commit381a9b6e511099b71891ebcec48b131cf80f2c51 (patch)
treedc9d16222f2f999b7a2c9e10c3e2262cd4a3ab27 /src/ssl/error.rs
parentAdd more crate metadata (diff)
downloadrust-openssl-381a9b6e511099b71891ebcec48b131cf80f2c51.tar.xz
rust-openssl-381a9b6e511099b71891ebcec48b131cf80f2c51.zip
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);
Diffstat (limited to 'src/ssl/error.rs')
0 files changed, 0 insertions, 0 deletions