From: Lutz Jänicke Date: Sat, 19 Feb 2005 10:26:18 +0000 (+0000) Subject: Fix typo on blowfish manual page X-Git-Tag: OpenSSL_0_9_7g~17^2~37 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5286db697f8db930f14e75522736dd2769ff8bfd Fix typo on blowfish manual page PR: 1010 Submitted by: Marc Balmer --- 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). Blowfish is currently one of the faster block ciphers. It is quite a bit faster than DES, and much faster than IDEA or RC2.