summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-27 17:29:39 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-27 17:29:39 -0500
commit91de0d55771dcecd776fdf03210748dd0225c583 (patch)
tree3d27b3b3046e4909c7bb3cf84b5071dd2c041983
parentaf48ca0db78ad9ccce5e8ae2130611486c717d56 (diff)
fix comment
-rw-r--r--Data/OpenPGP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/OpenPGP.hs b/Data/OpenPGP.hs
index cbc801e..4df32c5 100644
--- a/Data/OpenPGP.hs
+++ b/Data/OpenPGP.hs
@@ -843,7 +843,7 @@ parse_signature_subpacket 20 = do
843-- PreferredHashAlgorithmsPacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.8 843-- PreferredHashAlgorithmsPacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.8
844parse_signature_subpacket 21 = 844parse_signature_subpacket 21 =
845 fmap PreferredHashAlgorithmsPacket listUntilEnd 845 fmap PreferredHashAlgorithmsPacket listUntilEnd
846-- PreferredCompressionAlgorithms, http://tools.ietf.org/html/rfc4880#section-5.2.3.9 846-- PreferredCompressionAlgorithmsPacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.9
847parse_signature_subpacket 22 = 847parse_signature_subpacket 22 =
848 fmap PreferredCompressionAlgorithmsPacket listUntilEnd 848 fmap PreferredCompressionAlgorithmsPacket listUntilEnd
849-- Represent unsupported packets as their tag and literal bytes 849-- Represent unsupported packets as their tag and literal bytes