summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/fcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/des/fcrypt.c')
-rw-r--r--src/lib/libcrypto/des/fcrypt.c2
1 files changed, 1 insertions, 1 deletions
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)
72 /* eay 25/08/92 72 /* eay 25/08/92
73 * If you call crypt("pwd","*") as often happens when you 73 * If you call crypt("pwd","*") as often happens when you
74 * have * as the pwd field in /etc/passwd, the function 74 * have * as the pwd field in /etc/passwd, the function
75 * returns *\0XXXXXXXXX 75 * returns *\0xxxxxxxxx
76 * The \0 makes the string look like * so the pwd "*" would 76 * The \0 makes the string look like * so the pwd "*" would
77 * crypt to "*". This was found when replacing the crypt in 77 * crypt to "*". This was found when replacing the crypt in
78 * our shared libraries. People found that the disabled 78 * our shared libraries. People found that the disabled