summaryrefslogtreecommitdiff
path: root/Data/OpenPGP.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP.hs')
-rw-r--r--Data/OpenPGP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/OpenPGP.hs b/Data/OpenPGP.hs
index 55458b8..6ffeba4 100644
--- a/Data/OpenPGP.hs
+++ b/Data/OpenPGP.hs
@@ -257,7 +257,7 @@ instance BINARY_CLASS Packet where
257 -- Use 5-octet lengths 257 -- Use 5-octet lengths
258 put (255 :: Word8) 258 put (255 :: Word8)
259 put (blen :: Word32) 259 put (blen :: Word32)
260 putSomeByteString body 260 putSomeByteString body
261 where 261 where
262 blen :: (Num a) => a 262 blen :: (Num a) => a
263 blen = fromIntegral $ B.length body 263 blen = fromIntegral $ B.length body