Re: [openssl-users] openssl 1.0 and 1.1 co-exist

2017-07-31 Thread Ken Goldman
On 6/22/2017 7:05 AM, Jakob Bohm wrote: On 22/06/2017 04:31, Viktor Dukhovni wrote: On Wed, Jun 21, 2017 at 01:44:34PM -0400, Ken Goldman wrote: This is probably Linux specific ... Can both openssl versions co-exist on the same platform. I know that the .so is versioned, but how about the

Re: [openssl-users] openssl 1.0 and 1.1 co-exist

2017-06-22 Thread Jakob Bohm
On 22/06/2017 04:31, Viktor Dukhovni wrote: On Wed, Jun 21, 2017 at 01:44:34PM -0400, Ken Goldman wrote: This is probably Linux specific ... Can both openssl versions co-exist on the same platform. I know that the .so is versioned, but how about the header files? Can I choose which library t

Re: [openssl-users] openssl 1.0 and 1.1 co-exist

2017-06-21 Thread Viktor Dukhovni
On Wed, Jun 21, 2017 at 01:44:34PM -0400, Ken Goldman wrote: > This is probably Linux specific ... > > Can both openssl versions co-exist on the same platform. I know that the > .so is versioned, but how about the header files? Can I choose which > library to build with? Yes, with care. I sup