summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjca <>2016-12-26 21:30:10 +0000
committerjca <>2016-12-26 21:30:10 +0000
commit9a3b4fcf6c5be7a1a7ee4515c53772d5bc4152ca (patch)
tree9005eca94d5b13d1906cb9e2496228208cd1b5f1
parentef877016c0e6162587580fcb53f884e257c71534 (diff)
downloadopenbsd-9a3b4fcf6c5be7a1a7ee4515c53772d5bc4152ca.tar.gz
openbsd-9a3b4fcf6c5be7a1a7ee4515c53772d5bc4152ca.tar.bz2
openbsd-9a3b4fcf6c5be7a1a7ee4515c53772d5bc4152ca.zip
Typo, "more then" -> "more than"
-rw-r--r--src/lib/libcrypto/des/fcrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/fcrypt.c b/src/lib/libcrypto/des/fcrypt.c
index e2675fa451..f8c9935a46 100644
--- a/src/lib/libcrypto/des/fcrypt.c
+++ b/src/lib/libcrypto/des/fcrypt.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: fcrypt.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */ 1/* $OpenBSD: fcrypt.c,v 1.12 2016/12/26 21:30:10 jca Exp $ */
2 2
3#include <stdio.h> 3#include <stdio.h>
4 4
@@ -10,7 +10,7 @@
10/* Modification by Jens Kupferschmidt (Cu) 10/* Modification by Jens Kupferschmidt (Cu)
11 * I have included directive PARA for shared memory computers. 11 * I have included directive PARA for shared memory computers.
12 * I have included a directive LONGCRYPT to using this routine to cipher 12 * I have included a directive LONGCRYPT to using this routine to cipher
13 * passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN 13 * passwords with more than 8 bytes like HP-UX 10.x it used. The MAXPLEN
14 * definition is the maximum of length of password and can changed. I have 14 * definition is the maximum of length of password and can changed. I have
15 * defined 24. 15 * defined 24.
16 */ 16 */