summaryrefslogtreecommitdiff
path: root/security/libdes/patches/patch-ad
blob: a717638f1b3f4e19e8467ffec1f1cbda4b374cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.1.1.1 2000/11/23 13:16:10 rh Exp $

--- ./des.c.orig	Thu Dec  4 05:35:37 1997
+++ ./des.c	Fri Mar 31 04:21:16 2000
@@ -354,10 +354,10 @@
 "-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
 "             (uuname is the filename to put in the uuencode header).",
 "-b         : encrypt using DES in ecb encryption mode, the defaut is cbc mode.",
-"-3         : encrypt using tripple DES encryption.  This uses 2 keys",
+"-3         : encrypt using triple DES encryption.  This uses 2 keys",
 "             generated from the input key.  If the input key is less",
 "             than 8 characters long, this is equivelent to normal",
-"             encryption.  Default is tripple cbc, -b makes it tripple ecb.",
+"             encryption.  Default is triple cbc, -b makes it triple ecb.",
 NULL
 };
 	for (u=(char **)Usage; *u; u++)