summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:55:58 +0100
committer B. Watson2022-03-14 08:55:58 +0100
commit444e9c50d86b90fab3b28f672b6f321b7ce86ade (patch)
tree600d3a4f0880cf68377c20ee5faf8183101aaeeb
parent632f8b975c48d1b8107443b3d22189b832b6ea5c (diff)
downloadslackbuilds-444e9c50d86b90fab3b28f672b6f321b7ce86ade.tar.gz
perl/perl-Crypt-CBC: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--perl/perl-Crypt-CBC/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Crypt-CBC/README b/perl/perl-Crypt-CBC/README
index fd5e1d55b1..2a3471560e 100644
--- a/perl/perl-Crypt-CBC/README
+++ b/perl/perl-Crypt-CBC/README
@@ -1,4 +1,5 @@
-This module is a Perl-only implementation of the cryptographic cipher block
-chaining mode (CBC). In combination with a block cipher such as DES or IDEA,
-you can encrypt and decrypt messages of arbitrarily long length. The encrypted
-messages are compatible with the encryption format used by the OpenSSL package.
+This module is a Perl-only implementation of the cryptographic cipher
+block chaining mode (CBC). In combination with a block cipher such
+as DES or IDEA, you can encrypt and decrypt messages of arbitrarily
+long length. The encrypted messages are compatible with the encryption
+format used by the OpenSSL package.