|
|
|
|
|
by s-macke
1330 days ago
|
|
When I execute an ldd at /usr/bin/ssh I get libssl.so.10 => /lib64/libssl.so.10
libssl3.so => /lib64/libssl3.so
libnss3.so => /lib64/libnss3.so
What puzzles me is that I am using libssl.so.10 and libssl3.so at the same time. libssl3.so belongs to the nss package and not to the openssl package. Am I affected? |
|