summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Curran <shane@evervault.com>2021-03-04 13:23:12 +0000
committerShane Curran <shane@evervault.com>2021-03-04 13:23:12 +0000
commit2bb6fb1ffdc2828cac6a4e2562b4b2977470b617 (patch)
treeb9d00ae19047f520fb8e8752751d0918f2acfc4a
parent85d2983ac3dccfa7e33c36f26e9e9a2f552c92ef (diff)
downloadrust-openssl-2bb6fb1ffdc2828cac6a4e2562b4b2977470b617.zip
removed extra whitespace
-rw-r--r--openssl/src/cms.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/src/cms.rs b/openssl/src/cms.rs
index d8493ea0..970e1536 100644
--- a/openssl/src/cms.rs
+++ b/openssl/src/cms.rs
@@ -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`.
///
@@ -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.
///