]> 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)
commit7d402a24ec566ccdd342be80ab35652f0f125265
tree9dc22f472287c90bbd1faa6440d3f872d15ca1ec
parent54b748460f6d9b8194431f0e66ce6a28ed28ab2b
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