remove commented code

This commit is contained in:
Vincent Hanquez 2011-08-14 10:27:15 +01:00
parent 99cf9b4592
commit 77efb1076a

View file

@ -68,10 +68,8 @@ data Cipher = Cipher
{ cipherID :: Word16
, cipherName :: String
, cipherHash :: Hash
--, cipherDigestSize :: Int
, cipherBulk :: Bulk
, cipherKeyExchange :: CipherKeyExchangeType
--, cipherMACHash :: B.ByteString -> B.ByteString
, cipherMinVer :: Maybe Version
}