On 2022-06-12 03:20:59 +0200, Vincent Lefevre wrote: > librhash0 should no longer recommend libssl1.1 due to the OpenSSL 3 > transition. > > BTW, librhash0 just provides /usr/lib/x86_64-linux-gnu/librhash.so.0, > which doesn't appear to use any libssl. Moreover, > > strings -a /usr/lib/x86_64-linux-gnu/librhash.so.0 | grep -i ssl > > outputs nothing.
Well, this actually seems to be due to libcrypto: zira:~> strings -a /usr/lib/x86_64-linux-gnu/librhash.so.0 | grep -i libcrypto libcrypto.so libcrypto.so.1.1 libcrypto.so.1.0.2 libcrypto.so.1.0.0 libcrypto.so.0.9.8 Anyway, with the transition, this is now wrong. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)