]> granicus.if.org Git - apache/commit
Move initialization of the secret to the pre_config hook. Use
authorStefan Fritsch <sf@apache.org>
Fri, 14 Jun 2013 21:43:30 +0000 (21:43 +0000)
committerStefan Fritsch <sf@apache.org>
Fri, 14 Jun 2013 21:43:30 +0000 (21:43 +0000)
commit4b8ed77a460b35d5ed820e40c23cef804d035728
tree3c92925ce30cf64c237f520c4d273228a6db5ae7
parentd014ead5242b8b501b5be189d9e4224dcc56d25f
Move initialization of the secret to the pre_config hook. Use
ap_retained_data_*() because we don't have access to process->pool there.

This makes the code shorter and a lot more clear, but cannot directly be
backported to 2.2 which doesn't have ap_retained_data_*().

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