[Bug 232784] devel/qca Latest version links against undefined OpenSSL 1.1 symbols on 11.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 30 10:45:40 GMT 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232784
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #4 from Adriaan de Groot <adridg at freebsd.org> ---
Looks like this can be confirmed: in 12-CURRENT my evp.h contains a declaration
of EVP_MD_CTX_new() and #defines EVP_MD_CTX_create() to new. In 11.2, my evp.h
contains a declaration of EVP_MD_CTX_create() and nothing for EVP_MD_CTX_new().
Looks like this needs to be guarded more.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list