summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2014-04-20 01:14:51 -0400
committerJames Crayne <jim.crayne@gmail.com>2014-04-20 01:14:51 -0400
commit0a9b3df4782d26b2bd542d5234545b64b04099b0 (patch)
tree202717de2c8c7c035621bcf5b61ead668d0481e2 /kiki.hs
parent9e8f7b0293dbc14e1aa9760420ec9c58f3243b7a (diff)
prepare for autosign support & nicer names
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiki.hs b/kiki.hs
index 2968067..098ed98 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1342,7 +1342,7 @@ main = do
1342 return $ \rt kd -> Just () 1342 return $ \rt kd -> Just ()
1343 importifauth_f = do Map.lookup "--import-if-authentic" margs 1343 importifauth_f = do Map.lookup "--import-if-authentic" margs
1344 return guardAuthentic 1344 return guardAuthentic
1345 kikiOp = KeyRingData 1345 kikiOp = KeyRingOperation
1346 { kFiles = Map.fromList $ 1346 { kFiles = Map.fromList $
1347 [ ( HomeSec, (MutableRef Nothing, KeyRingFile passfd) ) 1347 [ ( HomeSec, (MutableRef Nothing, KeyRingFile passfd) )
1348 , ( HomePub, (MutableRef Nothing, KeyRingFile Nothing) ) 1348 , ( HomePub, (MutableRef Nothing, KeyRingFile Nothing) )