summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod
blob: 8e687f43d7712781c1d08315994c4ccdd2d186c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-doc_ssl_SSL__shutdown.pod,v 1.2 2014/01/10 14:32:42 tron Exp $

Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0.

--- doc/ssl/SSL_shutdown.pod.orig	2014-01-06 13:47:42.000000000 +0000
+++ doc/ssl/SSL_shutdown.pod	2014-01-10 13:32:54.000000000 +0000
@@ -92,14 +92,14 @@
 
 =over 4
 
-=item 0
+=item Z<>0
 
 The shutdown is not yet finished. Call SSL_shutdown() for a second time,
 if a bidirectional shutdown shall be performed.
 The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
 erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
 
-=item 1
+=item Z<>1
 
 The shutdown was successfully completed. The "close notify" alert was sent
 and the peer's "close notify" alert was received.