summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keys.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/keys.hs b/keys.hs
index 3ce3980..552a34d 100644
--- a/keys.hs
+++ b/keys.hs
@@ -1116,10 +1116,10 @@ main = do
1116 1116
1117 hashed0 = 1117 hashed0 =
1118 [ KeyFlagsPacket 1118 [ KeyFlagsPacket
1119 { certify_keys = True 1119 { certify_keys = False
1120 , sign_data = True 1120 , sign_data = False
1121 , encrypt_communication = True 1121 , encrypt_communication = False
1122 , encrypt_storage = True 1122 , encrypt_storage = False
1123 , split_key = False 1123 , split_key = False
1124 , authentication = True 1124 , authentication = True
1125 , group_key = False } 1125 , group_key = False }