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:
Joey Hess 2020-09-01 18:11:22 -04:00
parent 20b06266d1
commit a47787934a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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