[CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

Tue Nov 9 15:56:05 UTC 2021
Steve Meier <email at steve-meier.de>

Hello Kaushal,

the EPEL repository has OpenSSL 1.1 packages available:

# yum install epel-release
# yum install openssl11 openssl11-libs openssl11-devel

If you want to compile software with OpenSSL 1.1 instead of 1.0
you may have to set the proper path or environment variables
such as LDFLAGS.

Hope this helps.

Kind regards,
   Steve