Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9fa520

Browse files
author
jailletc36
committedJan 27, 2015
Improve r1525489 (one line with a "-" was forgotten) and synch with 2.4.x
git-svn-id: http://svn.apache.org/repos/asf/httpd/httpd/trunk@1655141 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9de92ed commit b9fa520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/manual/ssl/ssl_intro.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ establishing a protocol session.</p>
400400
<td>Proposed Internet Standard (from IETF) [<a href="#TLS11">TLS11</a>]</td>
401401
<td>Update of TLS 1.0 to add protection against Cipher block chaining
402402
(CBC) attacks.</td>
403-
<td>-</td></tr>
403+
</tr>
404404
<tr><td>TLS v1.2</td>
405405
<td>Proposed Internet Standard (from IETF) [<a href="#TLS12">TLS12</a>]</td>
406406
<td>Update of TLS 1.2 deprecating MD5 as hash, and adding incompatibility

‎docs/manual/ssl/ssl_intro.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ establishing a protocol session.</p>
408408
>TLS11</a>]</td>
409409
<td>Update of TLS 1.0 to add protection against Cipher block chaining
410410
(CBC) attacks.</td>
411-
<td>-</td></tr>
411+
</tr>
412412
<tr><td>TLS v1.2</td>
413413
<td>Proposed Internet Standard (from IETF) [<a href="#TLS12"
414414
>TLS12</a>]</td>

0 commit comments

Comments
 (0)
Please sign in to comment.