summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/keygrip.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-03-11 11:36:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-11 11:36:56 +0100
commit5f95716a86b6cefb1f9b6a8a5233f6980a511637 (patch)
treea80788efcf5ef0eecee241e387ed44cf4fb98d0d /openpgp/src/crypto/keygrip.rs
parentf1b2ceea06edbbd5ce03dfdb9220bb7337db16f9 (diff)
openpgp: Remove superfluous mut.
Diffstat (limited to 'openpgp/src/crypto/keygrip.rs')
-rw-r--r--openpgp/src/crypto/keygrip.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/crypto/keygrip.rs b/openpgp/src/crypto/keygrip.rs
index cf18e69d..32c58e84 100644
--- a/openpgp/src/crypto/keygrip.rs
+++ b/openpgp/src/crypto/keygrip.rs
@@ -83,7 +83,7 @@ impl PublicKey {
continue; // Skip cofactor.
}
- let mut param;
+ let param;
let mut m = if i == 6 {
q.value()
} else {