diff options
Diffstat (limited to 'KeyRing.hs')
-rw-r--r-- | KeyRing.hs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -215,7 +215,8 @@ data FileType = KeyRingFile | |||
215 | -- to contain secret or public PGP key packets. Note that it is not supported | 215 | -- to contain secret or public PGP key packets. Note that it is not supported |
216 | -- to mix both in the same file and that the secret key packets include all of | 216 | -- to mix both in the same file and that the secret key packets include all of |
217 | -- the information contained in their corresponding public key packets. | 217 | -- the information contained in their corresponding public key packets. |
218 | data Access = AutoAccess -- ^ secret or public as appropriate based on existing content | 218 | data Access = AutoAccess -- ^ secret or public as appropriate based on existing content. |
219 | -- (see 'rtRingAccess') | ||
219 | | Sec -- ^ secret information | 220 | | Sec -- ^ secret information |
220 | | Pub -- ^ public information | 221 | | Pub -- ^ public information |
221 | 222 | ||