Comment # 1 on bug 1199047 from
you need to refer to libcrypto.so.1.1  if you work with openssl 1.1
or libcrypto.so.1.0.0 if you work with openssl 1.0.0
(different values for openssl 3, boringssl etc.)

The lib.so.MAJOR encodes the MAJOR version of the shared library.

As they are API incompatible, you need to select the right one you have
programed your access with.

I am not sure why this works under Debian, perhaps it always has the
development version with .so link and headers installed.

-> you need to fix your code.


You are receiving this mail because: