summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-24 05:13:13 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-24 05:13:13 +0000
commit4a29c4e39f850201cfb657398d136acc719c9db0 (patch)
tree085216eddd9ff05a85d7bdaa06f0c8ef209bcd70
parent09029261507337f92411a4d95a4b4992bfb9e814 (diff)
downloadopenssl-new-4a29c4e39f850201cfb657398d136acc719c9db0.tar.gz
Someone did some cutting and pasting and didn't quite finish the job :-).
Notified by Steffen Pankratz <kratz00@gmx.de>
-rw-r--r--doc/apps/enc.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/apps/enc.pod b/doc/apps/enc.pod
index 18fe7c81c7..eb3894df1d 100644
--- a/doc/apps/enc.pod
+++ b/doc/apps/enc.pod
@@ -211,9 +211,9 @@ Blowfish and RC5 algorithms use a 128 bit key.
rc2-cbc 128 bit RC2 in CBC mode
rc2 Alias for rc2-cbc
- rc2-cfb 128 bit RC2 in CBC mode
- rc2-ecb 128 bit RC2 in CBC mode
- rc2-ofb 128 bit RC2 in CBC mode
+ rc2-cfb 128 bit RC2 in CFB mode
+ rc2-ecb 128 bit RC2 in ECB mode
+ rc2-ofb 128 bit RC2 in OFB mode
rc2-64-cbc 64 bit RC2 in CBC mode
rc2-40-cbc 40 bit RC2 in CBC mode
@@ -223,9 +223,9 @@ Blowfish and RC5 algorithms use a 128 bit key.
rc5-cbc RC5 cipher in CBC mode
rc5 Alias for rc5-cbc
- rc5-cfb RC5 cipher in CBC mode
- rc5-ecb RC5 cipher in CBC mode
- rc5-ofb RC5 cipher in CBC mode
+ rc5-cfb RC5 cipher in CFB mode
+ rc5-ecb RC5 cipher in ECB mode
+ rc5-ofb RC5 cipher in OFB mode
=head1 EXAMPLES