On Tue, Nov 10, 2020 at 08:54:22PM +0100, László Böszörményi (GCS) wrote: > On Fri, Nov 6, 2020 at 9:09 AM Michal Palenik <b...@debian.iz.sk> wrote: > > for those stumbling on this via searching, the workaround mentioned > > above is: > [...] > > apt -t unstable install libssl1.1:amd64 > Thanks for possibly the best solution. Meanwhile OpenSSL 1.1.1h-1 > migrated to testing; closing this bug report.
That is not a fix. Fetchmail should not be checking the version. The libssl1.1 package will ensure that the correct versioned depenencies are there. There might be cases that an older version than the one you compiled against might not work, when not using Debian's dependencies system, but in that case you'll get a linker error. Kurt