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
Would it be safer to use openssl-compat ? Just in case libressl is not ABI compatible 100%?
I'm looking at creating some PR's to add arm64 and my test system has libressl, so I'm looking for the best solution to update the dotnet core packages that require openssl
So, #424 was not really the way to solve the LibreSSL problem. Now I'm filing a bug to put libressl support back into dotnetcore-sdk-bin
adding:
!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )
along with an IUSE="libressl" fixed the ebuild.
The text was updated successfully, but these errors were encountered: