summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch')
-rw-r--r--net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch b/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch
deleted file mode 100644
index 3d8c121afa26..000000000000
--- a/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- loudmouth/lm-ssl.c.old 2004-02-06 01:50:08.231324136 +0000
-+++ loudmouth/lm-ssl.c 2004-02-06 01:50:17.034985776 +0000
-@@ -72,7 +72,6 @@
-
- if (status & GNUTLS_CERT_INVALID
- || status & GNUTLS_CERT_NOT_TRUSTED
-- || status & GNUTLS_CERT_CORRUPTED
- || status & GNUTLS_CERT_REVOKED) {
- if (ssl->func (ssl, LM_SSL_STATUS_UNTRUSTED_CERT,
- ssl->func_data) != LM_SSL_RESPONSE_CONTINUE) {