Re: [openssl-dev] Simple program to print openssl library version

2015-06-09 Thread Dhiraj Bhor
Thanks. And yes i will keep in mind about openssl-users mailing list. dhiraj On Tue, Jun 9, 2015 at 12:42 PM, Matt Caswell wrote: > > > On 09/06/15 06:08, Dhiraj Bhor wrote: > > Hi, > > > > I am writing an application which will configure, make and copy > > li

[openssl-dev] Simple program to print openssl library version

2015-06-08 Thread Dhiraj Bhor
Hi, I am writing an application which will configure, make and copy libssl.so to custom location. Since tester does not know which version of openssl he is testing, i wanted to know that is there any api which will be used through C code to print openssl full version string. NOTE: i have only libs