Skip to content

Commit

Permalink
removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecurran committed Mar 4, 2021
1 parent 85d2983 commit 2bb6fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssl/src/cms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ foreign_type_and_impl_send_sync! {
pub struct CmsContentInfoRef;
}

impl CmsContentInfoRef {
impl CmsContentInfoRef {
/// Given the sender's private key, `pkey` and the recipient's certificiate, `cert`,
/// decrypt the data in `self`.
///
Expand Down Expand Up @@ -94,7 +94,7 @@ impl CmsContentInfoRef {
Ok(out.get_buf().to_owned())
}
}

/// Given the sender's private key, `pkey`,
/// decrypt the data in `self` without validating the recipient certificate.
///
Expand Down

0 comments on commit 2bb6fb1

Please sign in to comment.