summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-12-13 01:52:42 -0500
committerjoe <joe@jerkface.net>2013-12-13 01:52:42 -0500
commit6dbfdc5dd5dde98858a46afcc96e5692b21c2cc2 (patch)
treeb9b39e0d667db325f4079ce1fa3974de3ee2ebd1
parent43478c909db3efb9ea1f7ab1942c92c46026f869 (diff)
Oops
-rw-r--r--kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 789bc07..d468774 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -242,7 +242,7 @@ secretToPublic pkt@(SecretKeyPacket {}) =
242 PublicKeyPacket { version = version pkt 242 PublicKeyPacket { version = version pkt
243 , timestamp = timestamp pkt 243 , timestamp = timestamp pkt
244 , key_algorithm = key_algorithm pkt 244 , key_algorithm = key_algorithm pkt
245 , ecc_curve = def 245 , ecc_curve = ecc_curve pkt
246 , key = let seckey = key pkt 246 , key = let seckey = key pkt
247 pubs = public_key_fields (key_algorithm pkt) 247 pubs = public_key_fields (key_algorithm pkt)
248 in filter (\(k,v) -> k `elem` pubs) seckey 248 in filter (\(k,v) -> k `elem` pubs) seckey