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 50ac347 commit 87f1a1aCopy full SHA for 87f1a1a
openssl/src/derive.rs
@@ -87,6 +87,7 @@ impl<'a> Deriver<'a> {
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
93
T: HasPublic,
0 commit comments