projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b0626
)
remove Show Cipher
author
Joey Hess
<joeyh@joeyh.name>
Tue, 1 Sep 2020 22:11:22 +0000
(18:11 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 1 Sep 2020 22:11:22 +0000
(18:11 -0400)
committed by accident, and could have been a security hole, but since
this compiles, it was not
Types/Crypto.hs
patch
|
blob
|
history
diff --git
a/Types/Crypto.hs
b/Types/Crypto.hs
index e9442efb2bcf7eeb9e708bdbf59af45b342590f2..48a6ad0cc8b670d353f8008af6b4e325ba354fbe 100644
(file)
--- a/
Types/Crypto.hs
+++ b/
Types/Crypto.hs
@@
-36,7
+36,6
@@
data EncryptionMethod
-- XXX ideally, this would be a locked memory region
data Cipher = Cipher String | MacOnlyCipher String
- deriving (Show) -- XXXDO NOT COMMIT
data StorableCipher
= EncryptedCipher String EncryptedCipherVariant KeyIds