If we link with OpenSSL, use it for Chacha20-Poly1305 as well.
[tinc] / src / random.c
2022-05-01 Kirill IsakovReplace getrandom() with getentropy()
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support