client-sdk-fidoiot
client-sdk-fidoiot copied to clipboard
[BUG] Building the client-sdk binary with openssl 1.1.1 environment and executing it on openssl 3 environment will fail.
Describe the bug Building the client-sdk binary with openssl 1.1.1 environment and executing it on openssl 3 environment will fail..
To Reproduce Steps to reproduce the behavior:
- Build the client-sdk in openssl 1.1.1q environment.
- Copy and execute the binary in openssl 3 environment.
Expected behavior Binary executes fine.
Screenshots /linux-client: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory.
Test Environment Openssl 3 installed linux OS.
Additional context Add any other context about the problem here.