tone down some XXXXX to not appear in grep
authortedu <tedu@openbsd.org>
Fri, 18 Apr 2014 21:57:17 +0000 (21:57 +0000)
committertedu <tedu@openbsd.org>
Fri, 18 Apr 2014 21:57:17 +0000 (21:57 +0000)
lib/libcrypto/asn1/asn1.h
lib/libcrypto/des/fcrypt.c
lib/libssl/src/crypto/asn1/asn1.h
lib/libssl/src/crypto/des/fcrypt.c
lib/libssl/src/doc/crypto/BIO_s_bio.pod

index 3daebc0..e6c93de 100644 (file)
@@ -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
index d02189b..08054a0 100644 (file)
@@ -72,7 +72,7 @@ char *DES_fcrypt(const char *buf, const char *salt, char *ret)
        /* eay 25/08/92
         * If you call crypt("pwd","*") as often happens when you
         * have * as the pwd field in /etc/passwd, the function
-        * returns *\0XXXXXXXXX
+        * returns *\0xxxxxxxxx
         * The \0 makes the string look like * so the pwd "*" would
         * crypt to "*".  This was found when replacing the crypt in
         * our shared libraries.  People found that the disabled
index 3daebc0..e6c93de 100644 (file)
@@ -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
index d02189b..08054a0 100644 (file)
@@ -72,7 +72,7 @@ char *DES_fcrypt(const char *buf, const char *salt, char *ret)
        /* eay 25/08/92
         * If you call crypt("pwd","*") as often happens when you
         * have * as the pwd field in /etc/passwd, the function
-        * returns *\0XXXXXXXXX
+        * returns *\0xxxxxxxxx
         * The \0 makes the string look like * so the pwd "*" would
         * crypt to "*".  This was found when replacing the crypt in
         * our shared libraries.  People found that the disabled
index 8d0a55a..38271f3 100644 (file)
@@ -126,7 +126,7 @@ BIO_new_bio_pair() returns 1 on success, with the new BIOs available in
 B<bio1> and B<bio2>, or 0 on failure, with NULL pointers stored into the
 locations for B<bio1> and B<bio2>. Check the error stack for more information.
 
-[XXXXX: More return values need to be added here]
+[TODO: More return values need to be added here]
 
 =head1 EXAMPLE