]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
reuse existing private key if possible for all SSLPassPhraseDialog
authorDoug MacEachern <dougm@apache.org>
Sun, 3 Mar 2002 00:46:07 +0000 (00:46 +0000)
committerDoug MacEachern <dougm@apache.org>
Sun, 3 Mar 2002 00:46:07 +0000 (00:46 +0000)
commitb89f15f2f81f75f3d1aa194c936475a9c32f6dae
tree0300174a863f08f6b96bc2c13848e2fc4e897f54
parent26767a1313f36e4bf01bf045400f7bbb58d1b28a
reuse existing private key if possible for all SSLPassPhraseDialog
types, not just builtin.  on win32 for example, a pipe dialog might
allocate a wintty for prompting, which results in 4 prompts at
startup, 2 for each child and 2 within each when httpd "restarts
itself".
update comments on this and wrap them a bit.

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