diff options
author | tedu <> | 2014-04-18 21:57:17 +0000 |
---|---|---|
committer | tedu <> | 2014-04-18 21:57:17 +0000 |
commit | a67005ca20aa1bbd204328e3630cd363b7582c9b (patch) | |
tree | 45d68e8e79edd5aab98fb0553cb4778dc5c3ed18 /src/lib/libcrypto/asn1 | |
parent | 7a73f2346bbf50dcd36ca8a68f62dd7f22fbe667 (diff) | |
download | openbsd-a67005ca20aa1bbd204328e3630cd363b7582c9b.tar.gz openbsd-a67005ca20aa1bbd204328e3630cd363b7582c9b.tar.bz2 openbsd-a67005ca20aa1bbd204328e3630cd363b7582c9b.zip |
tone down some XXXXX to not appear in grep
Diffstat (limited to 'src/lib/libcrypto/asn1')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 3daebc078f..e6c93deb2c 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
@@ -494,7 +494,7 @@ typedef const ASN1_ITEM * ASN1_ITEM_EXP(void); | |||
494 | 494 | ||
495 | /* These determine what 'dumping' does, we can dump the | 495 | /* These determine what 'dumping' does, we can dump the |
496 | * content octets or the DER encoding: both use the | 496 | * content octets or the DER encoding: both use the |
497 | * RFC2253 #XXXXX notation. | 497 | * RFC2253 #NNNNN notation. |
498 | */ | 498 | */ |
499 | 499 | ||
500 | #define ASN1_STRFLGS_DUMP_DER 0x200 | 500 | #define ASN1_STRFLGS_DUMP_DER 0x200 |