Skip to content

Commit 87f1a1a

Browse files
committed
add another corresponds to avoid warnings about no use
1 parent 50ac347 commit 87f1a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openssl/src/derive.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ impl<'a> Deriver<'a> {
8787
/// This corresponds to [`EVP_PKEY_derive_set_peer`]:
8888
///
8989
/// [`EVP_PKEY_derive_set_peer`]: https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_derive_init.html
90+
#[corresponds(EVP_PKEY_derive_set_peer)]
9091
pub fn set_peer<T>(&mut self, key: &'a PKeyRef<T>) -> Result<(), ErrorStack>
9192
where
9293
T: HasPublic,

0 commit comments

Comments
 (0)