From a67005ca20aa1bbd204328e3630cd363b7582c9b Mon Sep 17 00:00:00 2001 From: tedu <> Date: Fri, 18 Apr 2014 21:57:17 +0000 Subject: tone down some XXXXX to not appear in grep --- src/lib/libcrypto/asn1/asn1.h | 2 +- src/lib/libcrypto/des/fcrypt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto') 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); /* 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 diff --git a/src/lib/libcrypto/des/fcrypt.c b/src/lib/libcrypto/des/fcrypt.c index d02189b290..08054a04c9 100644 --- a/src/lib/libcrypto/des/fcrypt.c +++ b/src/lib/libcrypto/des/fcrypt.c @@ -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 -- cgit v1.2.3-55-g6feb