From d9b4face488cb3eb1a914f37b24751bb5dd9aeac Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Fri, 27 Apr 2012 15:06:12 -0500 Subject: KeyExpirationTimePacket --- Arbitrary.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Arbitrary.patch') diff --git a/Arbitrary.patch b/Arbitrary.patch index b003906..9c753cb 100644 --- a/Arbitrary.patch +++ b/Arbitrary.patch @@ -21,8 +21,8 @@ _ -> error "FATAL ERROR: Arbitrary instance, logic bug" @@ -140 +139 @@ -- 6 -> do x1 <- arbitrary -+ 6 -> do x1 <- fmap (map toUpper . (`showHex` "")) (arbitrary :: Gen Word64) +- 7 -> do x1 <- arbitrary ++ 7 -> do x1 <- fmap (map toUpper . (`showHex` "")) (arbitrary :: Gen Word64) @@ -143,2 +142 @@ - x2 <- arbitrary - return (UnsupportedSignatureSubpacket x1 x2) -- cgit v1.2.3