On 08/03/2016 06:17 PM, Alice Wonder wrote: *snip*
[alice@pern ~]$ ldd /usr/bin/curl |grep crypto libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f4524390000) libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f45234ca000) [alice@pern ~]$ rpm -qf /lib64/libcrypto.so.10 openssl-libs-1.0.1e-51.el7_2.5.x86_64 [alice@pern ~]$
That's with stock CentOS packages
That is also what I get when building curl in mock with
exlude=openssl*
and test the built binary with ldd - even with libssh and openssh built against LibreSSL (which uses libcrypto.so.37 instead of .10)