summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-07 20:07:32 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-07 20:07:32 -0400
commitdd1c8a5b24c558df6d6dda9f61ca9064b2ca873c (patch)
tree62a17fcd8f63807cce85a516e85d48a24409d390 /asn.h
parentf6ff499035b910f6e8cce32b81b13958123ff41d (diff)
downloadcryptopp-git-dd1c8a5b24c558df6d6dda9f61ca9064b2ca873c.tar.gz
Update documentation
Diffstat (limited to 'asn.h')
-rw-r--r--asn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn.h b/asn.h
index 658fe2b5..b09fead6 100644
--- a/asn.h
+++ b/asn.h
@@ -25,7 +25,7 @@
NAMESPACE_BEGIN(CryptoPP)
/// \brief ASN.1 types
-/// \note These tags and flags are not complete
+/// \note These tags are not complete
enum ASNTag
{
BOOLEAN = 0x01,
@@ -56,7 +56,7 @@ enum ASNTag
};
/// \brief ASN.1 flags
-/// \note These tags and flags are not complete
+/// \note These flags are not complete
enum ASNIdFlag
{
UNIVERSAL = 0x00,