diff options
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.patch | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000000..3d8c121afa26 --- /dev/null +++ b/net-libs/loudmouth/files/loudmouth-0.15-gnutls_1.0.patch @@ -0,0 +1,10 @@ +--- 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) { |