diff options
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) ) |