summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/parse/stream.rs')
-rw-r--r--openpgp/src/parse/stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/stream.rs b/openpgp/src/parse/stream.rs
index 974fba73..38a678b0 100644
--- a/openpgp/src/parse/stream.rs
+++ b/openpgp/src/parse/stream.rs
@@ -2448,7 +2448,7 @@ impl<'a, H: VerificationHelper + DecryptionHelper> Decryptor<'a, H> {
{
let decryption_proxy = |algo, secret: &SessionKey| {
// Take the algo from the AED packet over
- // the dummy one from the SKESK5 packet.
+ // the dummy one from the SKESK6 packet.
let algo = sym_algo_hint.unwrap_or(algo);
let result = pp.decrypt(algo, secret);
t!("pp.decrypt({:?}, {:?}) => {:?}",