Re: Compiling OpenSSL without compabitlity with for OpenSSL 1.0

2020-09-10 Thread Tom Browder
On Thu, Sep 10, 2020 at 06:58 Bjoern Bidar wrote: > It was version 1.1.1g. What OS? I had to to some fiddling with packages and options for Debian 10 Buster to get a good compile. I have documented my journey if you're interested. Best regards, -Tom

Re: Compiling OpenSSL without compabitlity with for OpenSSL 1.0

2020-09-10 Thread Bjoern Bidar
It was version 1.1.1g.

Re: Compiling OpenSSL without compabitlity with for OpenSSL 1.0

2020-09-10 Thread Matt Caswell
On 09/09/2020 20:43, Bjoern Bidar wrote: > /usr/bin/ld: ./libcrypto.so: undefined reference to `OpenSSLDie' > What version of OpenSSL are you trying to compile? I can't seem to replicate this. Matt

Compiling OpenSSL without compabitlity with for OpenSSL 1.0

2020-09-09 Thread Bjoern Bidar
Hey, Is it possible to build openssl this way? I'm current trying to build it this way to dest for deprecated API usage. I configure openssl like this: ./Configure \ --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ zlib enable-camellia enable-seed enable-rfc3779 \