summaryrefslogtreecommitdiffstats
path: root/doc/crypto/blowfish.pod
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2005-02-19 11:26:18 +0100
committerLutz Jänicke <jaenicke@openssl.org>2005-02-19 11:26:18 +0100
commit5286db697f8db930f14e75522736dd2769ff8bfd (patch)
tree00c3e980a2bc62786a18d50f6e189c34bf3e0694 /doc/crypto/blowfish.pod
parentFix hang in EGD/PRNGD query when communication socket is closed (diff)
downloadopenssl-5286db697f8db930f14e75522736dd2769ff8bfd.tar.xz
openssl-5286db697f8db930f14e75522736dd2769ff8bfd.zip
Fix typo on blowfish manual page
PR: 1010 Submitted by: Marc Balmer <mbalmer@openbsd.org>
Diffstat (limited to 'doc/crypto/blowfish.pod')
-rw-r--r--doc/crypto/blowfish.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/blowfish.pod b/doc/crypto/blowfish.pod
index ed71334f56..5b2d274c15 100644
--- a/doc/crypto/blowfish.pod
+++ b/doc/crypto/blowfish.pod
@@ -32,7 +32,7 @@ by Counterpane (see http://www.counterpane.com/blowfish.html ).
Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data.
It uses a variable size key, but typically, 128 bit (16 byte) keys are
-a considered good for strong encryption. Blowfish can be used in the same
+considered good for strong encryption. Blowfish can be used in the same
modes as DES (see L<des_modes(7)|des_modes(7)>). Blowfish is currently one
of the faster block ciphers. It is quite a bit faster than DES, and much
faster than IDEA or RC2.