summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-doc_ssl_SSL__CTX__set__client__CA__list.pod
blob: a3a23aa3b083e71d5fa3169d15f38125ae71f52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-doc_ssl_SSL__CTX__set__client__CA__list.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_CTX_set_client_CA_list.pod.orig	2014-01-06 13:47:42.000000000 +0000
+++ doc/ssl/SSL_CTX_set_client_CA_list.pod	2014-01-10 13:19:11.000000000 +0000
@@ -66,13 +66,13 @@
 
 =over 4
 
-=item 0
+=item Z<>0
 
 A failure while manipulating the STACK_OF(X509_NAME) object occurred or
 the X509_NAME could not be extracted from B<cacert>. Check the error stack
 to find out the reason.
 
-=item 1
+=item Z<>1
 
 The operation succeeded.