You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incredibly, I may know the fix for this.
OpenSSL 1.1.1 made a bunch of breaking changes to its API from 1.0.2. Luckily, @cleishm made it possible to use the new API, but it is currently obscure.
Try configuring as follows CFLAGS="-DHAVE_BIO_METH_NEW" ./configure
and make from there.
Hello,
I was trying to recompile the lib from source on Ubuntu 18.04 with gcc 7.5.0 and openssl 1.1.1d.
The following error occurred:
Any idea what could be the reason? Thanks a lot!
The text was updated successfully, but these errors were encountered: