summaryrefslogtreecommitdiffstats
path: root/crypto/des/des.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-08-13 19:21:53 +0000
committerUlf Möller <ulf@openssl.org>1999-08-13 19:21:53 +0000
commit1bf0b46b13f622c9e387af18cf46c3a0c772172f (patch)
tree07444c40fd4879454f30b7e77f03ff108295f5a2 /crypto/des/des.c
parent27ad06a62735702b9702a605086b155a20557c5f (diff)
Add pkcs7 and des apps to "make all".
Diffstat (limited to 'crypto/des/des.c')
-rw-r--r--crypto/des/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des.c b/crypto/des/des.c
index b2d7f0da78..206e3777a7 100644
--- a/crypto/des/des.c
+++ b/crypto/des/des.c
@@ -336,7 +336,7 @@ void usage(void)
" in conjunction with -[eEdD].",
"-C[ckname] : generate a cbc_cksum as for -c but compatible with -[ED].",
"-k key : use key 'key'",
-"-h : the key that is entered will be a hexidecimal number",
+"-h : the key that is entered will be a hexadecimal number",
" that is used directly as the des key",
"-u[uuname] : input file is uudecoded if -[dD] or output uuencoded data if -[eE]",
" (uuname is the filename to put in the uuencode header).",