diff options
| author | Bradley Beddoes <[email protected]> | 2017-08-09 14:20:22 +1000 |
|---|---|---|
| committer | Bradley Beddoes <[email protected]> | 2017-08-09 14:20:22 +1000 |
| commit | c96658387740983610e91d3dc37bf98701f4ce94 (patch) | |
| tree | 36b1312de5f353dcd2ad301bf63fbd75a6cf58a8 /openssl-sys/src | |
| parent | Fix EC_KEY_set_public_key_affine_coordinates (diff) | |
| download | rust-openssl-c96658387740983610e91d3dc37bf98701f4ce94.tar.xz rust-openssl-c96658387740983610e91d3dc37bf98701f4ce94.zip | |
Refine sig for set_public_key_affine_coordinates
This functions signature was originally defined to require mutable
references for `x` / `y` as the underpinning OpenSSL C API
was not `const`.
However the actual OpenSSL implementation makes no changes. This being
the case we've chosen to reflect non mutability at the Rust level.
Diffstat (limited to 'openssl-sys/src')
0 files changed, 0 insertions, 0 deletions