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 87f1a1a commit 2604033Copy full SHA for 2604033
openssl/src/derive.rs
@@ -83,10 +83,6 @@ impl<'a> Deriver<'a> {
83
}
84
85
/// Sets the peer key used for secret derivation.
86
- ///
87
- /// This corresponds to [`EVP_PKEY_derive_set_peer`]:
88
89
- /// [`EVP_PKEY_derive_set_peer`]: https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_derive_init.html
90
#[corresponds(EVP_PKEY_derive_set_peer)]
91
pub fn set_peer<T>(&mut self, key: &'a PKeyRef<T>) -> Result<(), ErrorStack>
92
where
0 commit comments