summaryrefslogtreecommitdiffstats
path: root/openpgp/src/armor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/armor.rs')
-rw-r--r--openpgp/src/armor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/armor.rs b/openpgp/src/armor.rs
index a64bbcc1..9d52404c 100644
--- a/openpgp/src/armor.rs
+++ b/openpgp/src/armor.rs
@@ -1278,7 +1278,7 @@ impl<'a> BufferedReader<Cookie> for Reader<'a> {
}
const CRC24_INIT: u32 = 0xB704CE;
-const CRC24_POLY: u32 = 0x1864CFB;
+const CRC24_POLY: u32 = 0x864CFB;
#[derive(Debug)]
struct CRC {