summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-04-27 16:14:15 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-04-27 16:14:15 -0500
commit5170c6cbfc5e6f2bb3eb901bbadb8eed9eb15640 (patch)
tree9c9e9eea36410c7a10f10dfc87cf82642cd3fbc0
parent4eb6591ec2d2efeb9fb55d23d3d6e6f54534f128 (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 194cccf..f152aeb 100644
--- a/Data/OpenPGP.hs
+++ b/Data/OpenPGP.hs
@@ -777,7 +777,7 @@ parse_signature_subpacket 7 =
777 fmap (RevocablePacket . enum_from_word8) get 777 fmap (RevocablePacket . enum_from_word8) get
778-- KeyExpirationTimePacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.6 778-- KeyExpirationTimePacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.6
779parse_signature_subpacket 9 = fmap KeyExpirationTimePacket get 779parse_signature_subpacket 9 = fmap KeyExpirationTimePacket get
780-- KeyExpirationTimePacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.6 780-- PreferredSymmetricAlgorithms, http://tools.ietf.org/html/rfc4880#section-5.2.3.7
781parse_signature_subpacket 11 = 781parse_signature_subpacket 11 =
782 fmap PreferredSymmetricAlgorithmsPacket listUntilEnd 782 fmap PreferredSymmetricAlgorithmsPacket listUntilEnd
783-- RevocationKeyPacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.15 783-- RevocationKeyPacket, http://tools.ietf.org/html/rfc4880#section-5.2.3.15