Closed andreasschulze closed 11 months ago
See also #135 (older openssl version don't support genpkey).
this PR solve the same problem as ghen2's PR https://github.com/trusteddomainproject/OpenDKIM/pull/135 in exactly the same way.
One of the PR's is obsolete
PR #135 is more portable and prefered
This is an update to my own #101. There, to detect whether openssl support ed2551 or not, we simply call
openssl version
and check for1.1.1
. This fail onopenssl-3.x
and later version. This PR update the detection.