Skip to content

Commit

Permalink
Merge r1914318 from trunk:
Browse files Browse the repository at this point in the history
mod_ssl: Follow up to r1908537: Fix typo s/MODSSL_USE_ENGINE_API/MODSSL_HAVE_ENGINE_API/

Submitted by: ylavic
Reviewed by: ylavic, minfrin, jorton


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915067 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Jan 3, 2024
1 parent a10ceb1 commit 43f7bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ssl/ssl_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ void ssl_util_thread_id_setup(apr_pool_t *p)

int modssl_is_engine_id(const char *name)
{
#if MODSSL_USE_ENGINE_API
#if MODSSL_HAVE_ENGINE_API
/* ### Can handle any other special ENGINE key names here? */
return strncmp(name, "pkcs11:", 7) == 0;
#else
Expand Down

0 comments on commit 43f7bc4

Please sign in to comment.