Hi All,
I have difference in Libcurl version and openssl version .
curl is pointing to OpenSSL.1.0.1l and OpenSSL version is 1.0.2r.
#curl -V
curl 7.50.3 (powerpc-ibm-aix7.1.4.0) libcurl/7.50.3 OpenSSL/1.0.1l zlib/1.2.11 Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets
OPenSSL version is
/home/root # openssl version
OpenSSL 1.0.2r 26 Feb 2019we need to update curl so that it use new OpenSSL version i.e 1.0.2r
How can I do the same.
do I need to do reinstallion of curl ?
------------------------------
Iqbal Singh
------------------------------
#AIXOpenSource