]> granicus.if.org Git - apache/commit
replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in ssl_hook_pre_connection()
authorDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:05:04 +0000 (05:05 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 28 Nov 2001 05:05:04 +0000 (05:05 +0000)
commit15c5d16e10b37fdeb4e46332a5ca84bed3a152ba
tree3c3316c1904a0ac0a875d17fb81f76b1992d6eba
parent5f0857d0de49b76e403181b7f8f40ae8bfb716e2
replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in ssl_hook_pre_connection()
since we know the string returned by ap_md5() will always be that length
PR:
Obtained from:
Submitted by:
Reviewed by:

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