]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_private.h (SSLModConfigRec): Make szCryptoDevice
authorJoe Orton <jorton@apache.org>
Wed, 1 Oct 2025 08:23:55 +0000 (08:23 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 1 Oct 2025 08:23:55 +0000 (08:23 +0000)
commit1afebbe6ae892268fb5f9b348022ad6598cd31d6
tree86d7a5c830648094416f6b72bd93ca56523313ee
parentdef23ce1ac699d3dbe86cce59f233f5b00e14cb3
* modules/ssl/ssl_private.h (SSLModConfigRec): Make szCryptoDevice
  conditional on ENGINE API support.

* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLCryptoDevice): Log a
  warning if the directive is used in a non-ENGINE OpenSSL build;
  only touch szCryptoDevice for with-ENGINE builds.

* modules/ssl/ssl_engine_init.c (ssl_init_server_certs): Only
  use szCryptoDevice for with-ENGINE builds.

Submitted by: Joe Orton <jorton redhat.com>

Github: closes #559

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928874 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_private.h