diff options
author | Kaspar Brand <kbrand@apache.org> | 2013-11-23 13:22:47 +0100 |
---|---|---|
committer | Kaspar Brand <kbrand@apache.org> | 2013-11-23 13:22:47 +0100 |
commit | 7d402a24ec566ccdd342be80ab35652f0f125265 (patch) | |
tree | 9dc22f472287c90bbd1faa6440d3f872d15ca1ec /STATUS | |
parent | give a hint about the requirements for <If (diff) | |
download | apache2-7d402a24ec566ccdd342be80ab35652f0f125265.tar.xz apache2-7d402a24ec566ccdd342be80ab35652f0f125265.zip |
Address a todo listed in
https://mail-archives.apache.org/mod_mbox/httpd-dev/200205.mbox/%3CPine.LNX.4.33.0205292300380.27841-100000%40mako.covalent.net%3E
"init functions should return status code rather than ssl_die()"
For diagnostic purposes, ssl_die() is still there, but instead
of abruptly exit(1)ing, it will return APR_EGENERAL to the
ssl_init_* callers in ssl_engine_init.c, and these will propagate
the status back to ssl_init_Module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1544774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -336,8 +336,6 @@ TODO ISSUES REMAINING IN MOD_SSL: * CRL callback should be pluggable - * init functions should return status code rather than ssl_die() - * ssl_engine_pphrase.c needs to be reworked so it is generic enough to also decrypt proxy keys |