(this is like PR 234568) Building lang/python36 in a poudriere jail with default SSL version set to libressl fails to package. During the build I get two warnings: *** WARNING: renaming "_hashlib" since importing it failed: build/lib.freebsd-12.0-STABLE-amd64-3.6/_hashlib.so: Undefined symbol "EVP_PBE_scrypt" *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd-12.0-STABLE-amd64-3.6/_ssl.so: Undefined symbol "SSLv3_method" "make package" then fails because those libraries are renamed (to *_failed.so).
The same hack in the makefile -- adding -DOPENSSL_NO_SSL3=1 to CFLAGS -- gets it to build for me, so I can carry on debugging devel/qca. It should still depend on better detection, rather than makefile hacks, though.
*** This bug has been marked as a duplicate of bug 234568 ***