Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-15 Thread Salz, Rich
> All right, can the above be committed and any other source-backwards- > compatible behaviour ? > > This will help API developers a lot. It was done and is part of the yesterday's alpha release. ___ openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 05:34:31AM -0700, The Doctor wrote: > On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > > >>

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > >> tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' > > > > Are you sure

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Wed, Jan 06, 2016 at 07:33:27AM -0700, The Doctor wrote: > On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > >

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread The Doctor
On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > SSLeay_version(SSLEAY_VERSION))) <0) > > > > Could there be anything that is

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-06 Thread Kurt Roeckx
On Wed, Jan 06, 2016 at 01:17:27AM -0500, Viktor Dukhovni wrote: > > > On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > >> tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' > > > > Are you sure

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-05 Thread Kurt Roeckx
On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: > tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' Are you sure it's finding the correct headers? Kurt ___ openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-05 Thread Viktor Dukhovni
> On Jan 6, 2016, at 1:14 AM, Kurt Roeckx wrote: > > On Tue, Jan 05, 2016 at 03:40:03PM -0700, The Doctor wrote: >> tls.o(.text+0xf32): undefined reference to `SSLv23_server_method' > > Are you sure it's finding the correct headers? Yes, because we have OPENSSL_NO_DEPRECATED

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-05 Thread The Doctor
On Tue, Jan 05, 2016 at 09:19:32AM -0700, The Doctor wrote: > On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > >

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-05 Thread The Doctor
On Tue, Jan 05, 2016 at 09:19:32AM -0700, The Doctor wrote: > On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > >

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-04 Thread The Doctor
On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > SSLeay_version(SSLEAY_VERSION))) <0) > > > > Could there be anything that is