fix a typo and clarify
This commit is contained in:
parent
16758de0a2
commit
56d84db1d4
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ specified.
|
|||
|
||||
=item B<COMPLEMENTOFDEFAULT>
|
||||
|
||||
the ciphers not enabled by default, currently being B<ADH>. This rule does not
|
||||
cover B<eNULL>, which is not included by B<ALL> and is therefore be handled by
|
||||
B<COMPLENETOFALL>.
|
||||
the ciphers included in B<ALL>, but not enabled by default. Currently
|
||||
this is B<ADH>. Note that this rule does not cover B<eNULL>, which is
|
||||
not included by B<ALL> (use B<COMPLEMENTOFALL> if necessary).
|
||||
|
||||
=item B<ALL>
|
||||
|
||||
|
|
Loading…
Reference in a new issue