[Bug 271656] [exp-run] with OpenSSL 3.0 in the base system

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 Jun 2023 07:50:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271656

--- Comment #33 from kikadf <kikadf.01@gmail.com> ---
Created attachment 242755
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242755&action=edit
megacmd.patch

I can't reproduce the megacmd build error with the ports version of openssl30,
so I can't test the fix. Can you test the attached patch, is it resolve the
build failure?

The fix based on
https://www.openssl.org/docs/manmaster/man7/migration_guide.html:

ERR_load_*(), ERR_func_error_string(), ERR_get_error_line(),
ERR_get_error_line_data(), ERR_get_state()

OpenSSL now loads error strings automatically so these functions are not
needed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.