Skip to content

Draft: Fix for aports/openssh: added patch for always use compat getentropy

Sergey S. requested to merge simsergey/aports:master into master

Always use compat getentropy.

Have it call native getentropy and fall back as required. Should fix issues of platforms where libc has getentropy but it is not implemented in the kernel. Based on github PR#354 from simsergey.

Patch represent github commit da6038 from daztucker

Previous MR40707

Merge request reports