RE: How to switch between OpenSSL 1.0.2 and 1.1 in compilation loading and linking a C code.

2021-05-06 Thread Floodeenjr, Thomas
: Paramashivaiah, Sunil ; Narayana, Sunil Kumar ; Bhattacharjee, Debapriyo (c) ; Shivakumar Poojari Subject: How to switch between OpenSSL 1.0.2 and 1.1 in compilation loading and linking a C code. Hi, In my Linux Debian server both OpenSSL 1.0.2 and 1.1 is installed. As a user I am compiling C code for

How to switch between OpenSSL 1.0.2 and 1.1 in compilation loading and linking a C code.

2021-05-05 Thread Kumar Mishra, Sanjeev
Hi, In my Linux Debian server both OpenSSL 1.0.2 and 1.1 is installed. As a user I am compiling C code for 1.0.2. But at the runtime and linking and loading it is picking version 1.1 as default. How to switch between OpenSSL 1.0.2 and 1.1 in compilation loading and linking a C code ? Is there