]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
contrary to what comments say, DH* returned from ssl_dh_GetTmpParam()
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 03:21:51 +0000 (03:21 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 03:21:51 +0000 (03:21 +0000)
commit925dbed8b29350ae162089ff3e12bcfdf1ddd2ab
treebd4852719e2df9945596d3ebaac13c175e6a80d5
parenta32ba5671e00629796976da13bb50c5d017d58d8
contrary to what comments say, DH* returned from ssl_dh_GetTmpParam()
is _not_ static and needs to be freed via DH_free().

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