index
:
rust-openssl
0.9.x
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
ec_key.rs
blob: cb7c49960e02d27ab738f930d2c988b34db3a33f (
plain
) (
blame
)
1
2
3
#![deprecated(since =
"0.9.2"
, note =
"renamed to `ec`"
)]
pub
use
ec
::{
EcKey
,
EcKeyRef
};