Skip to content

Commit

Permalink
tls: fix typo in documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 2522b48)
  • Loading branch information
razvancrainea committed Mar 23, 2017
1 parent 4ef4885 commit a43641b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/tls_mgm/README
Expand Up @@ -441,7 +441,7 @@ modparam("tls_mgm", "dh_params", "dom:/etc/pki/CA/dh1024.pem")

It's usable only if TLS v1.1/1.2 support was compiled. A list
of curves which can be used you can get by
openssl ecparam -list_curve
openssl ecparam -list_curves

It defaults to not set a elliptic curve.

Expand Down
2 changes: 1 addition & 1 deletion modules/tls_mgm/doc/tls_mgm_admin.xml
Expand Up @@ -381,7 +381,7 @@ modparam("tls_mgm", "dh_params", "dom:/etc/pki/CA/dh1024.pem")
It's usable only if TLS v1.1/1.2 support was compiled.
A list of curves which can be used you can get by
<programlisting format="linespecific">
openssl ecparam -list_curve
openssl ecparam -list_curves
</programlisting>
</para>
<para><emphasis>
Expand Down

0 comments on commit a43641b

Please sign in to comment.