aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto')
-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 ba6cc368e8..65b8be388c 100644
--- a/doc/crypto/blowfish.pod
+++ b/doc/crypto/blowfish.pod
@@ -24,7 +24,7 @@ BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption
void BF_encrypt(BF_LONG *data,const BF_KEY *key);
void BF_decrypt(BF_LONG *data,const BF_KEY *key);
-
+
=head1 DESCRIPTION
This library implements the Blowfish cipher, which is invented and described