How can I change the name of prebuilt shared library so that the executables can link with the new name?
I have prebuilt shared library (libssl.so) and I need to rename to a different name before linking to my executable(wpa_supplicant
).
Reason: I don’t want other executables from loading this library (because it has some custom code)