/* 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
/* 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
/* 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
/* 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
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