Skip to content

Commit 2604033

Browse files
committed
remove outdated comment
1 parent 87f1a1a commit 2604033

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

openssl/src/derive.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ impl<'a> Deriver<'a> {
8383
}
8484

8585
/// 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
9086
#[corresponds(EVP_PKEY_derive_set_peer)]
9187
pub fn set_peer<T>(&mut self, key: &'a PKeyRef<T>) -> Result<(), ErrorStack>
9288
where

0 commit comments

Comments
 (0)