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  

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/59837b8a-cf13-4fc6-b3ce-9dde51f81a5fn%40googlegroups.com.

Reply via email to