From 732ab57a6ff82e80b06be90d1e1bab1dd9295926 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Sep 2013 22:24:01 -0400 Subject: redundant comment --- Crypto.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Crypto.hs') diff --git a/Crypto.hs b/Crypto.hs index 7f65a9c0a..33eb38b5b 100644 --- a/Crypto.hs +++ b/Crypto.hs @@ -114,7 +114,6 @@ encryptCipher :: Cipher -> EncryptedCipherVariant -> KeyIds -> IO StorableCipher encryptCipher (Cipher c) variant (KeyIds ks) = do -- gpg complains about duplicate recipient keyids let ks' = nub $ sort ks - -- The cipher itself is always encrypted to the given public keys let params = Gpg.pkEncTo ks' ++ Gpg.stdEncryptionParams False encipher <- Gpg.pipeStrict params c return $ EncryptedCipher encipher variant (KeyIds ks') -- cgit v1.2.3