]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bug# 28573 - links to #table1, #table2, and #table3 weren't
authorRich Bowen <rbowen@apache.org>
Mon, 22 Nov 2004 02:56:26 +0000 (02:56 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 22 Nov 2004 02:56:26 +0000 (02:56 +0000)
pointing anywhere.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106144 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index e2772f05f92ad67e12420ccbc8bcaeee0702ea1d..e48f4d32d9b3620f96816066dfe072f2c5c2fef8 100644 (file)
@@ -53,7 +53,7 @@ compatibility variables.</p>
 <columnspec><column width=".3"/><column width=".2"/><column width=".5"/>
 </columnspec>
 <tr>
- <th>Variable Name:</th>
+ <th><a name="table3">Variable Name:</a></th>
  <th>Value Type:</th>
  <th>Description:</th>
 </tr>
@@ -552,7 +552,7 @@ specify the preference and order for the ciphers (see <a href="#table1">Table
 
 <table border="1">
 <columnspec><column width=".5"/><column width=".5"/></columnspec>
-<tr><th>Tag</th> <th>Description</th></tr>
+<tr><th><a name="table1">Tag</a></th> <th>Description</th></tr>
 <tr><td colspan="2"><em>Key Exchange Algorithm:</em></td></tr>
 <tr><td><code>kRSA</code></td>   <td>RSA key exchange</td></tr>
 <tr><td><code>kDHr</code></td>   <td>Diffie-Hellman key exchange with RSA key</td></tr>
@@ -634,7 +634,7 @@ SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
 <columnspec><column width=".3"/><column width=".1"/><column width=".13"/>
 <column width=".1"/><column width=".13"/><column width=".1"/>
 <column width=".13"/></columnspec>
-<tr><th>Cipher-Tag</th> <th>Protocol</th> <th>Key Ex.</th> <th>Auth.</th> <th>Enc.</th> <th>MAC</th> <th>Type</th> </tr>
+<tr><th><a name="table2">Cipher-Tag</a></th> <th>Protocol</th> <th>Key Ex.</th> <th>Auth.</th> <th>Enc.</th> <th>MAC</th> <th>Type</th> </tr>
 <tr><td colspan="7"><em>RSA Ciphers:</em></td></tr>
 <tr><td><code>DES-CBC3-SHA</code></td> <td>SSLv3</td> <td>RSA</td> <td>RSA</td> <td>3DES(168)</td> <td>SHA1</td> <td></td> </tr>
 <tr><td><code>DES-CBC3-MD5</code></td> <td>SSLv2</td> <td>RSA</td> <td>RSA</td> <td>3DES(168)</td> <td>MD5</td> <td></td> </tr>