diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 21:57:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-18 21:57:18 +0000 |
commit | f42e11824e40ebb182e103f23a9366291d601c74 (patch) | |
tree | 03a5cec16003bdf5b932f1145737a0069a90701d /lib/libcrypto/asn1/asn1.h | |
parent | 25633deb251ab3f600a5706c125a5903dcd0f311 (diff) |
tone down some XXXXX to not appear in grep
Diffstat (limited to 'lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | lib/libcrypto/asn1/asn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/asn1/asn1.h b/lib/libcrypto/asn1/asn1.h index 3daebc078fc..e6c93deb2c8 100644 --- a/lib/libcrypto/asn1/asn1.h +++ b/lib/libcrypto/asn1/asn1.h @@ -494,7 +494,7 @@ typedef const ASN1_ITEM * ASN1_ITEM_EXP(void); /* These determine what 'dumping' does, we can dump the * content octets or the DER encoding: both use the - * RFC2253 #XXXXX notation. + * RFC2253 #NNNNN notation. */ #define ASN1_STRFLGS_DUMP_DER 0x200 |