
2 May
2022
2 May
'22
06:51
https://bugzilla.suse.com/show_bug.cgi?id=1199047 https://bugzilla.suse.com/show_bug.cgi?id=1199047#c1 --- Comment #1 from Marcus Meissner <meissner@suse.com> --- 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: You are on the CC list for the bug.