aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgbouncer/libressl-2.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/pgbouncer/libressl-2.5.patch')
-rw-r--r--testing/pgbouncer/libressl-2.5.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/pgbouncer/libressl-2.5.patch b/testing/pgbouncer/libressl-2.5.patch
deleted file mode 100644
index 8aaae74dbc..0000000000
--- a/testing/pgbouncer/libressl-2.5.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/usual/tls/tls.c b/lib/usual/tls/tls.c
-index 9c6f6b9..a480fa4 100644
---- a/lib/usual/tls/tls.c
-+++ b/lib/usual/tls/tls.c
-@@ -287,7 +287,7 @@ tls_info_callback(const SSL *ssl, int where, int rc)
- {
- struct tls *ctx = SSL_get_app_data(ssl);
-
--#ifdef USE_LIBSSL_INTERNALS
-+#if defined(USE_LIBSSL_INTERNALS) && LIBRESSL_VERSION_NUMBER < 0x2050100fL
- if (!(ctx->state & TLS_HANDSHAKE_COMPLETE) && ssl->s3) {
- /* steal info about used DH key */
- if (ssl->s3->tmp.dh && !ctx->used_dh_bits) {