]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Address a todo listed in
authorKaspar Brand <kbrand@apache.org>
Sat, 23 Nov 2013 12:22:47 +0000 (12:22 +0000)
committerKaspar Brand <kbrand@apache.org>
Sat, 23 Nov 2013 12:22:47 +0000 (12:22 +0000)
commit4aea0b37a11b67564a9955e84d332bf194fec613
tree9dc22f472287c90bbd1faa6440d3f872d15ca1ec
parent4bf9296e98d2d6eecbe4bbf0cb22ed0c55b04a25
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
STATUS
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_log.c
modules/ssl/ssl_engine_pphrase.c
modules/ssl/ssl_private.h
modules/ssl/ssl_scache.c
modules/ssl/ssl_util.c
modules/ssl/ssl_util_stapling.c