summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/dump.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/commands/dump.rs')
-rw-r--r--tool/src/commands/dump.rs2
1 files changed, 1 insertions, 1 deletions
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) => {