]> granicus.if.org Git - apache/commit
need to free the stacks returned by calls to SSL_load_client_CA_file()
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 03:48:26 +0000 (03:48 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 03:48:26 +0000 (03:48 +0000)
commitc892fe3559dc15470dd6d30fec94ecb65eceb997
treebe57f292e0901958dc9f256ec5bd8f71e3c4b56d
parent925dbed8b29350ae162089ff3e12bcfdf1ddd2ab
need to free the stacks returned by calls to SSL_load_client_CA_file()
in ssl_init_FindCAList().  values are pushed into another stack which
gets freed when SSL context is destroyed.

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