Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2017 22:45:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219018] databases/pgbouncer: Add patch for LibreSSL 2.5 support
Message-ID:  <bug-219018-13-X5VgmHnRhT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219018-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219018-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219018

--- Comment #3 from m.tsatsenko@gmail.com ---
Hello,
Sounds reasonable.=20
However the patch is still not perfect since it produces a warning due to
undefined LIBRESSL_VERSION_NUMBER.
lib/usual/tls/tls.c:290:38: warning: 'LIBRESSL_VERSION_NUMBER' is not defin=
ed,
evaluates to 0 [-Wundef]
#if defined(USE_LIBSSL_INTERNALS) && LIBRESSL_VERSION_NUMBER < 0x2050100fL

It is good practice to check if variable is defined before using it.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219018-13-X5VgmHnRhT>