]> granicus.if.org Git - apache/commit
calculate VHostID length at startup rather than request time.
authorDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:50:55 +0000 (05:50 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:50:55 +0000 (05:50 +0000)
commit706c0cceeedfd9e498fd402aa72e332d6f5b5a99
tree83a63ae4aa6a9ce2aff1ee7553a32d3b3312874f
parent9c7cc5063d137faa282f301108007b1955b7906c
calculate VHostID length at startup rather than request time.
change ap_md5() call in ssl_hook_pre_connection() to ap_md5_binary()
that uses the precalculated sc->nVHostID_length to avoid a strlen() call.

PR:
Obtained from:
Submitted by:
Reviewed by:

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