summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod')
-rw-r--r--security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod23
1 files changed, 0 insertions, 23 deletions
diff --git a/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod b/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod
deleted file mode 100644
index 8e687f43d77..00000000000
--- a/security/openssl/patches/patch-doc_ssl_SSL__shutdown.pod
+++ /dev/null
@@ -1,23 +0,0 @@
-$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.