diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-03-03 23:27:03 -0800 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2017-03-21 10:39:40 -0700 |
commit | 43899b7e0c30cde282ef72f6431029c04c8ab242 (patch) | |
tree | 0cb88e033f9f300dd192c540f2d41e5cf98c22a7 /docs/man/xrdp.ini.5.in | |
parent | b0c2f1852151592ea9426f6a96b5a6cd3e308ec7 (diff) | |
download | xrdp-proprietary-43899b7e0c30cde282ef72f6431029c04c8ab242.tar.gz xrdp-proprietary-43899b7e0c30cde282ef72f6431029c04c8ab242.zip |
Allocate space for tls_ciphers dynamically
Diffstat (limited to 'docs/man/xrdp.ini.5.in')
-rw-r--r-- | docs/man/xrdp.ini.5.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in index 612adcd7..2f6c65fd 100644 --- a/docs/man/xrdp.ini.5.in +++ b/docs/man/xrdp.ini.5.in @@ -168,8 +168,8 @@ Specify send/recv buffer sizes in bytes. The default value depends on operating .TP \fBtls_ciphers\fP=\fIcipher_suite\fP -Specifies TLS cipher suite in 63 characters or less. The format of this parameter is -equivalent to which \fBopenssl\fP(1) ciphers subcommand accepts. +Specifies TLS cipher suite. The format of this parameter is equivalent +to which \fBopenssl\fP(1) ciphers subcommand accepts. (ex. $ openssl ciphers 'HIGH:!ADH:!SHA1') |