]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
change builtin passphrase prompt to use stdout rather than stderr.
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Feb 2002 03:33:38 +0000 (03:33 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Feb 2002 03:33:38 +0000 (03:33 +0000)
commit018c99d2f448492ee7ce220b10041b0962576142
tree02745bbe6dfce642712b594d899e683a1ad0c8b2
parentc12b3a8fc5ac1ae4e4508377ac99477e968b7059
change builtin passphrase prompt to use stdout rather than stderr.
and switch to using apr_file api for portability.
stderr has already been redirected to the error_log.
rather than attempting to temporarily rehook it to the terminal,
we print the prompt to stdout before EVP_read_pw_string turns
off tty echo.  which is also more portable.

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