Re: [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-users mailing list To unsubscribe: https://mta.openssl.org/

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

2016-01-05 Thread The Doctor
OPENSSL_DIR > > #endif /* OPENSSL_API_COMPAT */ > > > > Users who want to make sure they are avoiding interfaces that are > > deprecated with 1.1.0 can set OPENSSL_API_COMPAT to 0x1010L or > > higher as appropriate. > > > Tip of the iceberg. &g

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

2016-01-05 Thread The Doctor
OPENSSL_DIR > > #endif /* OPENSSL_API_COMPAT */ > > > > Users who want to make sure they are avoiding interfaces that are > > deprecated with 1.1.0 can set OPENSSL_API_COMPAT to 0x1010L or > > higher as appropriate. > > > Tip of the iceberg. &g

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

2016-01-05 Thread The Doctor
o 0x1010L or > higher as appropriate. Tip of the iceberg. Number of changes are needed to be committed before launching. >From inn: tls.o: In function `tmp_dh_cb': /usr/source/inn-CURRENT-20160105/nnrpd/tls.c:219: undefined reference to `DH_generate_parameters' tls.o: In f