diff options
author | James Crayne <jim.crayne@gmail.com> | 2014-04-20 01:14:51 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2014-04-20 01:14:51 -0400 |
commit | 0a9b3df4782d26b2bd542d5234545b64b04099b0 (patch) | |
tree | 202717de2c8c7c035621bcf5b61ead668d0481e2 /kiki.hs | |
parent | 9e8f7b0293dbc14e1aa9760420ec9c58f3243b7a (diff) |
prepare for autosign support & nicer names
Diffstat (limited to 'kiki.hs')
-rw-r--r-- | kiki.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) ) |