summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-doc_ssl_SSL__write.pod
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/patches/patch-doc_ssl_SSL__write.pod')
-rw-r--r--security/openssl/patches/patch-doc_ssl_SSL__write.pod15
1 files changed, 0 insertions, 15 deletions
diff --git a/security/openssl/patches/patch-doc_ssl_SSL__write.pod b/security/openssl/patches/patch-doc_ssl_SSL__write.pod
deleted file mode 100644
index a4804e550f1..00000000000
--- a/security/openssl/patches/patch-doc_ssl_SSL__write.pod
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-doc_ssl_SSL__write.pod,v 1.1 2013/06/01 08:03:55 sbd Exp $
-
-Fix openssl pod docs to work with the very picky pod2man from perl-5.18.0.
-
---- doc/ssl/SSL_write.pod.orig 2013-02-11 15:02:48.000000000 +0000
-+++ doc/ssl/SSL_write.pod
-@@ -79,7 +79,7 @@ The following return values can occur:
- The write operation was successful, the return value is the number of
- bytes actually written to the TLS/SSL connection.
-
--=item 0
-+=item Z<>0
-
- The write operation was not successful. Probably the underlying connection
- was closed. Call SSL_get_error() with the return value B<ret> to find out,