We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4fc2 commit 50ac347Copy full SHA for 50ac347
openssl/src/derive.rs
@@ -56,6 +56,7 @@ use std::ptr;
56
use crate::error::ErrorStack;
57
use crate::pkey::{HasPrivate, HasPublic, PKeyRef};
58
use crate::{cvt, cvt_p};
59
+use openssl_macros::corresponds;
60
61
/// A type used to derive a shared secret between two keys.
62
pub struct Deriver<'a>(*mut ffi::EVP_PKEY_CTX, PhantomData<&'a ()>);
0 commit comments