]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Throw away the myCtxVar{Set,Get} abomination and introduce
authorKaspar Brand <kbrand@apache.org>
Sun, 1 Dec 2013 11:52:44 +0000 (11:52 +0000)
committerKaspar Brand <kbrand@apache.org>
Sun, 1 Dec 2013 11:52:44 +0000 (11:52 +0000)
commit5857f043c5fd39b8bed904f453e47d6fa9f20bd5
tree3bcfaee11517459a2dcad3a65a6640e8d9941f26
parent5391559fc1639fb846937c861ac95aee85c344fb
Throw away the myCtxVar{Set,Get} abomination and introduce
a pphrase_cb_arg_t struct instead, for passing stuff between
ssl_pphrase_Handle and ssl_pphrase_Handle_CB. Prefer struct
members instead of using additional local variables, to make
the data flow more transparent. (Doesn't "vastly simplify"
the code yet, but hopefully we'll get there when further
stripping down ssl_pphrase_Handle.)

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