diff options
Diffstat (limited to 'src/lib/libssl/man/ssl.3')
-rw-r--r-- | src/lib/libssl/man/ssl.3 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index 0c793d780d..5bceba7245 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssl.3,v 1.24 2024/05/09 17:57:36 jmc Exp $ | 1 | .\" $OpenBSD: ssl.3,v 1.25 2024/07/13 18:33:18 tb Exp $ |
2 | .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 | 2 | .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 |
3 | .\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -51,7 +51,7 @@ | |||
51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 51 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 52 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
53 | .\" | 53 | .\" |
54 | .Dd $Mdocdate: May 9 2024 $ | 54 | .Dd $Mdocdate: July 13 2024 $ |
55 | .Dt SSL 3 | 55 | .Dt SSL 3 |
56 | .Os | 56 | .Os |
57 | .Sh NAME | 57 | .Sh NAME |
@@ -147,13 +147,6 @@ It internally includes both more private SSL headers and headers from the | |||
147 | library. | 147 | library. |
148 | Whenever you need hardcore details on the internals of the SSL API, look inside | 148 | Whenever you need hardcore details on the internals of the SSL API, look inside |
149 | this header file. | 149 | this header file. |
150 | .It Pa ssl2.h | ||
151 | That's the sub header file dealing with the SSLv2 protocol only. | ||
152 | .Bf Em | ||
153 | Usually you don't have to include it explicitly because it's already included | ||
154 | by | ||
155 | .Pa ssl.h . | ||
156 | .Ef | ||
157 | .It Pa ssl3.h | 150 | .It Pa ssl3.h |
158 | That's the sub header file dealing with the SSLv3 protocol only. | 151 | That's the sub header file dealing with the SSLv3 protocol only. |
159 | .Bf Em | 152 | .Bf Em |
@@ -161,14 +154,6 @@ Usually you don't have to include it explicitly because it's already included | |||
161 | by | 154 | by |
162 | .Pa ssl.h . | 155 | .Pa ssl.h . |
163 | .Ef | 156 | .Ef |
164 | .It Pa ssl23.h | ||
165 | That's the sub header file dealing with the combined use of the SSLv2 and SSLv3 | ||
166 | protocols. | ||
167 | .Bf Em | ||
168 | Usually you don't have to include it explicitly because it's already included | ||
169 | by | ||
170 | .Pa ssl.h . | ||
171 | .Ef | ||
172 | .It Pa tls1.h | 157 | .It Pa tls1.h |
173 | That's the sub header file dealing with the TLSv1 protocol only. | 158 | That's the sub header file dealing with the TLSv1 protocol only. |
174 | .Bf Em | 159 | .Bf Em |