summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-12-17 15:11:12 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-17 18:06:00 +0100
commite147163c0c6329b1b836533392a5109676bce221 (patch)
treeb86fe119e83abc9efb06faef908893e454049eb4
parenta8e65c51ff6ce3092f741562c70641262af18065 (diff)
openpgp: Remove odd remarks.
-rw-r--r--openpgp/src/packet/signature/subpacket.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/openpgp/src/packet/signature/subpacket.rs b/openpgp/src/packet/signature/subpacket.rs
index d4d58590..242b303e 100644
--- a/openpgp/src/packet/signature/subpacket.rs
+++ b/openpgp/src/packet/signature/subpacket.rs
@@ -1919,9 +1919,6 @@ impl SubpacketArea {
/// stored in the unhashed area, i.e., it is not cryptographically
/// secured.
///
- /// This is used, for instance, to store a subkey's primary key
- /// binding signature (0x19).
- ///
/// If the subpacket is not present or malformed, this returns
/// `None`.
///
@@ -2256,9 +2253,6 @@ impl SubpacketAreas {
/// stored in the unhashed area, i.e., it is not cryptographically
/// secured.
///
- /// This is used, for instance, to store a subkey's primary key
- /// binding signature (0x19).
- ///
/// If the subpacket is not present or malformed, this returns
/// `None`.
///