mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
static-ize {write,read}tty variables
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -133,8 +133,8 @@ static char *asn1_table_vhost_key(SSLModConfigRec *mc, apr_pool_t *p,
|
||||
#define BUILTIN_DIALOG_BACKOFF 2
|
||||
#define BUILTIN_DIALOG_RETRIES 5
|
||||
|
||||
apr_file_t *writetty = NULL;
|
||||
apr_file_t *readtty = NULL;
|
||||
static apr_file_t *writetty = NULL;
|
||||
static apr_file_t *readtty = NULL;
|
||||
|
||||
int ssl_pphrase_Handle_CB(char *, int, int, void *);
|
||||
|
||||
|
Reference in New Issue
Block a user