]> granicus.if.org Git - apache/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)
commitdacb66d824794dfd5296d9e03e4251c16290337c
treebd4852719e2df9945596d3ebaac13c175e6a80d5
parenta9bcc58701e42502c5ba0b2e45302c0afddbf0c0
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