Re: ssl code going astray
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
Hi! On Wed, Apr 07, 2021 at 12:45:42AM +0200, Thomas Klausner wrote: > I don't understand why at this point in the code the functions from > nss are preferred to the ones from openssl, or how to change that. The problem was that nss pkg-config file in pkgsrc was incorrect. It made nss users link against libsoftokn3. This library is only intended to be loaded as a module. That way, the symbols are not conflicting. I've fixed the nss package to not do that any longer. Cheers, Thomas