remove Show Cipher
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Sep 2020 22:11:22 +0000 (18:11 -0400)
committerJoey 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

index e9442efb2bcf7eeb9e708bdbf59af45b342590f2..48a6ad0cc8b670d353f8008af6b4e325ba354fbe 100644 (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