From a47787934a93b968d687ceac5aa8c43aed7aafb7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Sep 2020 18:11:22 -0400 Subject: [PATCH] remove Show Cipher committed by accident, and could have been a security hole, but since this compiles, it was not --- Types/Crypto.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Types/Crypto.hs b/Types/Crypto.hs index e9442efb2b..48a6ad0cc8 100644 --- 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 -- 2.30.2