summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-24 05:13:08 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-24 05:13:08 +0000
commit60021d916598af359cd6d458a4ae978591f95a26 (patch)
tree75639b5386f7e15afd59bf8205d367680cdcb004 /doc
parent97b708910a241c12223d9db193b1524395d1a899 (diff)
Someone did some cutting and pasting and didn't quite finish the job :-).
Notified by Steffen Pankratz <kratz00@gmx.de>
Diffstat (limited to 'doc')
-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