Configurable lib folder for OpenSSL to handle OpenSSL3
Depending on the install configuration, OpenSSL3 might use lib64
folder instead of lib
. In our Makefiles, lib
is used. The proposed solution is to introduce a new variable OPENSSL_LIB_DIR
that can be overwritten in the Makefile.personal
on demand.