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
@nwalfield Is libssl sufficient? I guess it would be, since it lists libcrypto (the bit we really want) as a private dependency.
Fedora is currently replacing nettle with openssl, which will link in both libssl and libcrypto explicitly -- but I'm realizing now that that's probably unnecessary overkill.
Oh well, it'll sort itself out as soon as a release with this commit is packaged and the local patch is dropped. (Of the two options, erring on the side of overlinking is certainly the less bad outcome anyway.)
The text was updated successfully, but these errors were encountered:
- Don't fix the dependency to `nettle`. The required libraries
depend on the configured backend. Substitute the appropriate
dependencies based on the configured backend at build time.
- Fixes#36.
@ferdnyc writes:
The text was updated successfully, but these errors were encountered: