summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-doc_ssl_SSL__accept.pod
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/patches/patch-doc_ssl_SSL__accept.pod')
-rw-r--r--security/openssl/patches/patch-doc_ssl_SSL__accept.pod22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/openssl/patches/patch-doc_ssl_SSL__accept.pod b/security/openssl/patches/patch-doc_ssl_SSL__accept.pod
deleted file mode 100644
index b8870183f69..00000000000
--- a/security/openssl/patches/patch-doc_ssl_SSL__accept.pod
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-doc_ssl_SSL__accept.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_accept.pod.orig 2014-01-06 13:47:42.000000000 +0000
-+++ doc/ssl/SSL_accept.pod 2014-01-10 13:25:21.000000000 +0000
-@@ -44,13 +44,13 @@
-
- =over 4
-
--=item 0
-+=item Z<>0
-
- The TLS/SSL handshake was not successful but was shut down controlled and
- by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
- return value B<ret> to find out the reason.
-
--=item 1
-+=item Z<>1
-
- The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
- established.