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