[Bug 219366] net/netatalk3 - Undefined symbol "DH_set0_pqg" -- possibly due to using libressl?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 18 00:35:04 UTC 2017


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

--- Comment #1 from elij <elij+freebsd at wundrd.net> ---
My guess is the fix would be changing this in etc/uams/openssl_compat.h

    #if OPENSSL_VERSION_NUMBER < 0x10100000L

to this

    #if OPENSSL_VERSION_NUMBER < 0x10100000L ||
defined(LIBRESSL_VERSION_NUMBER)

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


More information about the freebsd-ports-bugs mailing list