summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2013-11-23 12:22:47 +0000
committerKaspar Brand <kbrand@apache.org>2013-11-23 12:22:47 +0000
commit7d402a24ec566ccdd342be80ab35652f0f125265 (patch)
tree9dc22f472287c90bbd1faa6440d3f872d15ca1ec /STATUS
parent54b748460f6d9b8194431f0e66ce6a28ed28ab2b (diff)
downloadhttpd-7d402a24ec566ccdd342be80ab35652f0f125265.tar.gz
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--STATUS2
1 files changed, 0 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index 22d68dbf3a..b021317e1f 100644
--- a/STATUS
+++ b/STATUS
@@ -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