aboutsummaryrefslogtreecommitdiff
path: root/Remote/GCrypt.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 15:01:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-08 15:01:38 -0400
commit55fb90edfc8732b08bea9239a6f4a471ac7867c3 (patch)
tree4f6933ac0c8aec8d7344b6248521ae338db23261 /Remote/GCrypt.hs
parent8152051fcdbdadf43b70420add5bcc2f2c118b9c (diff)
add removeKey action to Remote
Not implemented for any remotes yet; probably the git remote is the only one that will ever implement it.
Diffstat (limited to 'Remote/GCrypt.hs')
-rw-r--r--Remote/GCrypt.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/GCrypt.hs b/Remote/GCrypt.hs
index 3a63642c8..c720e55b2 100644
--- a/Remote/GCrypt.hs
+++ b/Remote/GCrypt.hs
@@ -111,6 +111,7 @@ gen' r u c gc = do
, retrieveKeyFile = retreiveKeyFileDummy
, retrieveKeyFileCheap = \_ _ _ -> return False
, removeKey = removeKeyDummy
+ , lockContent = Nothing
, checkPresent = checkPresentDummy
, checkPresentCheap = repoCheap r
, whereisKey = Nothing