From 017bc64ea211994ad28f8550ee13195f02d7e8f2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 3 Jan 2020 14:22:40 +0100 Subject: openpgp: Abbreviate CompressedData::algorithm to algo. --- tool/src/commands/dump.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/src/commands/dump.rs b/tool/src/commands/dump.rs index 16ff8ac7..aed7fb15 100644 --- a/tool/src/commands/dump.rs +++ b/tool/src/commands/dump.rs @@ -566,7 +566,7 @@ impl PacketDumper { }, CompressedData(ref c) => { - writeln!(output, "{} Algorithm: {}", i, c.algorithm())?; + writeln!(output, "{} Algorithm: {}", i, c.algo())?; }, PKESK(ref p) => { -- cgit v1.2.3