Iam creating a C++ application. It uses libreSSL (LibTLS) for communicating with some modules and uses gRPC for communicating with other modules. But while linking i get the below error.
Is there any workaround for this.?
Is it possible to use libreSSL instead of openssl in grpc? (by building .?)
Please advice.
libssl.so.1.1
/usr/bin/ld: warning: libssl.so.48, needed by /usr/local/libressl/v3.2/usr/local/lib/libtls.so.20, may conflict with libssl.so.1.1
/usr/bin/ld: warning: libcrypto.so.46, needed by /usr/local/libressl/v3.2/usr/local/lib/libtls.so.20, may conflict with libcrypto.so.1.1
/usr/bin/ld: warning: libcrypto.so.46, needed by /usr/local/libressl/v3.2/usr/local/lib/libtls.so.20, may conflict with libcrypto.so.1.1