summaryrefslogtreecommitdiff
path: root/Data/OpenPGP/Util/Base.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Data/OpenPGP/Util/Base.hs')
-rw-r--r--Data/OpenPGP/Util/Base.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Data/OpenPGP/Util/Base.hs b/Data/OpenPGP/Util/Base.hs
index 5b3e159..0c888ca 100644
--- a/Data/OpenPGP/Util/Base.hs
+++ b/Data/OpenPGP/Util/Base.hs
@@ -85,7 +85,6 @@ find_key :: OpenPGP.Message -> String -> Maybe OpenPGP.Packet
85find_key = OpenPGP.find_key (show . fingerprint) 85find_key = OpenPGP.find_key (show . fingerprint)
86 86
87 87
88
89keyParam :: Char -> OpenPGP.Packet -> Integer 88keyParam :: Char -> OpenPGP.Packet -> Integer
90keyParam c k = fromJustMPI $ lookup c (OpenPGP.key k) 89keyParam c k = fromJustMPI $ lookup c (OpenPGP.key k)
91 where 90 where