]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_md: Fix compat warnings with OpenSSL 3.0.
authorYann Ylavic <ylavic@apache.org>
Sun, 19 Mar 2023 21:33:51 +0000 (21:33 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 19 Mar 2023 21:33:51 +0000 (21:33 +0000)
commit022842d4ca2bf80bc6e11c9aeaba1b14c28b953f
treeb6465536c5d24f599721cc0e6b46e643506b747a
parent1e06568a28e02b477eb660cc18a42420360103cf
mod_md: Fix compat warnings with OpenSSL 3.0.

* md/md_crypt.c(md_pkey_get_rsa_e64, md_pkey_get_rsa_n64):
  Replace deprecated RSA api with EVP_PKEY_get_bn_param on openssl >= 3.0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908539 13f79535-47bb-0310-9956-ffa450edef68
modules/md/md_crypt.c