[Bug 219018] databases/pgbouncer: Add patch for LibreSSL 2.5 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 21 22:45:35 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219018

--- Comment #3 from m.tsatsenko at gmail.com ---
Hello,
Sounds reasonable. 
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 defined,
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.

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


More information about the freebsd-ports-bugs mailing list