blob: 86f25b96296c816e84329cfcfd04af0201c860cd [file] [log] [blame]
//! Deprecated.
#[deprecated(note = "use cert_context::PrivateKey", since = "0.1.5")]
pub use crate::cert_context::PrivateKey as KeyHandle;