remove Show Cipher
committed by accident, and could have been a security hole, but since this compiles, it was not
This commit is contained in:
parent
20b06266d1
commit
a47787934a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue