summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/tests/rsa.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/crypto/tests/rsa.rs')
-rw-r--r--openpgp/src/crypto/tests/rsa.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/tests/rsa.rs b/openpgp/src/crypto/tests/rsa.rs
index 9bb82aad..0b8b9cc0 100644
--- a/openpgp/src/crypto/tests/rsa.rs
+++ b/openpgp/src/crypto/tests/rsa.rs
@@ -33,7 +33,7 @@ fn fips_186_3_verification() -> Result<()> {
let mut h = hash.context()?;
h.update(msg);
let mut d = h.into_digest()?;
- let mut sig: Signature =
+ let sig: Signature =
Signature4::new(SignatureType::Binary,
PublicKeyAlgorithm::RSAEncryptSign,
hash,