diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-01 14:05:05 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-01 14:05:05 +0200 |
commit | 78543b7e31ea9559108d15fd645862db7dd63913 (patch) | |
tree | 23f1e0c8c7179dc0a30d0e1d2c9a651db6bc41c5 /doc | |
parent | 989d8413a16a1d7ad2ea3ae2ad31c5e9085f6b92 (diff) | |
download | rsyslog-78543b7e31ea9559108d15fd645862db7dd63913.tar.gz rsyslog-78543b7e31ea9559108d15fd645862db7dd63913.tar.xz rsyslog-78543b7e31ea9559108d15fd645862db7dd63913.zip |
"worked around" structure misalignment problem in test suite
I disabled a check below, because I can not find the cause of the
misalignment. The problem is that pToken structure has a different
member alignment inside the runtime library then inside of this
program. I checked compiler options, but could not find the cause.
Should anyone have any insight, I'd really appreciate if you drop me
a line.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ns_gtls.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ns_gtls.html b/doc/ns_gtls.html index fea3dc33..0d02ad02 100644 --- a/doc/ns_gtls.html +++ b/doc/ns_gtls.html @@ -7,6 +7,7 @@ <p>This <a href="netstream.html">network stream driver</a> implements a TLS protected transport via the <a href="http://www.gnu.org/software/gnutls/" target="_blank">GnuTLS library</a>.</p> +<p><b>Available since:</b> 3.19.0 (suggested minimum 3.19.8 and above)</p> <p style="font-weight: bold;">Supported Driver Modes</p> <ul> <li>0 - unencrypted trasmission (just like <a href="ns_ptcp.html">ptcp</a> driver)</li> |