]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
COMPAT BREAK: This may change the hash keys used to cache privkeys
authorJoe Orton <jorton@apache.org>
Wed, 11 Apr 2018 16:11:21 +0000 (16:11 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 11 Apr 2018 16:11:21 +0000 (16:11 +0000)
commit5968cd3a3ecaa709b4f24cec7df0d4146e3fe35e
tree34cf8336d5c8300445941d85c803268e3d2d2fbb
parent90bfc436ee18e366f531caceab8942c579a0bc49
COMPAT BREAK: This may change the hash keys used to cache privkeys
across a reload so don't backport this to 2.4.  Otherwise it's only
user-visible in logging output.

* modules/ssl/ssl_engine_init.c (ssl_init_Module): Derive the vhost_id
  *after* potentially setting sc->enabled to default-on, since the
  port used may change if not specified explicitly.

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