summaryrefslogtreecommitdiffstats
path: root/doc/man7/des_modes.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-07 13:37:47 -0400
committerRich Salz <rsalz@openssl.org>2017-04-07 13:48:19 -0400
commit2f61bc2ea306c059d8b00ddf32025a0b30346d8f (patch)
tree37d891e35a268a1a1e0e174d04c0d55ad0b0ab8b /doc/man7/des_modes.pod
parente1271ac2212f7cde14df478558bfaae2834fa09e (diff)
Use 'over 2' for bullet lists.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3117)
Diffstat (limited to 'doc/man7/des_modes.pod')
-rw-r--r--doc/man7/des_modes.pod13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/man7/des_modes.pod b/doc/man7/des_modes.pod
index 12001e675f..f7415d77f4 100644
--- a/doc/man7/des_modes.pod
+++ b/doc/man7/des_modes.pod
@@ -16,7 +16,7 @@ other things.
Normally, this is found as the function I<algorithm>_ecb_encrypt().
-=over 4
+=over 2
=item *
@@ -43,7 +43,7 @@ Normally, this is found as the function I<algorithm>_cbc_encrypt().
Be aware that des_cbc_encrypt() is not really DES CBC (it does
not update the IV); use des_ncbc_encrypt() instead.
-=over 4
+=over 2
=item *
@@ -75,7 +75,7 @@ An error will affect the current and the following ciphertext blocks.
Normally, this is found as the function I<algorithm>_cfb_encrypt().
-=over 4
+=over 2
=item *
@@ -122,8 +122,7 @@ An error will affect the current and the following ciphertext variables.
Normally, this is found as the function I<algorithm>_ofb_encrypt().
-=over 4
-
+=over 2
=item *
@@ -183,7 +182,7 @@ susceptible to a 'known plaintext' attack.
Normally, this is found as the function I<algorithm>_ecb3_encrypt().
-=over 4
+=over 2
=item *
@@ -218,7 +217,7 @@ ecb mode.
Normally, this is found as the function I<algorithm>_ede3_cbc_encrypt().
-=over 4
+=over 2
=item *