From 8fdec3e558bef68b3ec4008e859ccd433e9fb13a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Sat, 23 Sep 2000 07:30:28 +0000 Subject: [PATCH] stop perlpod from complaining. --- doc/crypto/blowfish.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1