[dev-tech-crypto] nss symbols vs openssl symbols

2021-04-07 Thread Thomas Klausner
Hi! TL;DR: nss has some of the same symbols as openssl, which leads to core dumps when both are linked in the same binary Long version: Recently I tried packaging Sigil for pkgsrc. It links against nss via qtwebengine. It also links against openssl via qtbase libraries, and it has an embedded py

Re: [dev-tech-crypto] nss symbols vs openssl symbols

2021-04-07 Thread Robert Relyea
On 4/7/21 5:18 AM, Thomas Klausner wrote: Hi! TL;DR: nss has some of the same symbols as openssl, which leads to core dumps when both are linked in the same binary Long version: Recently I tried packaging Sigil for pkgsrc. It links against nss via qtwebengine. It also links against openssl via