summaryrefslogtreecommitdiff
path: root/vendor/schannel/src/key_handle.rs
blob: 86f25b96296c816e84329cfcfd04af0201c860cd (plain)
1
2
3
//! Deprecated.
#[deprecated(note = "use cert_context::PrivateKey", since = "0.1.5")]
pub use crate::cert_context::PrivateKey as KeyHandle;