run make indent
This commit is contained in:
14
rc.c
14
rc.c
@@ -1,4 +1,4 @@
|
||||
/* $Id: rc.c,v 1.26 2002/01/14 16:31:26 ukai Exp $ */
|
||||
/* $Id: rc.c,v 1.27 2002/01/15 15:58:02 ukai Exp $ */
|
||||
/*
|
||||
* Initialization file etc.
|
||||
*/
|
||||
@@ -154,9 +154,9 @@ static char *config_file = NULL;
|
||||
#define CMT_SSL_KEY_FILE "SSL<53>Υ<EFBFBD><CEA5>饤<EFBFBD><E9A5A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>PEM<45><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̩<EFBFBD><CCA9><EFBFBD>ե<EFBFBD><D5A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
#define CMT_SSL_CA_PATH "SSL<53><4C>ǧ<EFBFBD>ڶɤ<DAB6>PEM<45><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Τ<F1B7B2A4><CEA4><EFBFBD><EFBFBD>ǥ<EFBFBD><C7A5>쥯<EFBFBD>ȥ<EFBFBD><C8A5>ؤΥѥ<CEA5>"
|
||||
#define CMT_SSL_CA_FILE "SSL<53><4C>ǧ<EFBFBD>ڶɤ<DAB6>PEM<45><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Υե<CEA5><D5A5><EFBFBD><EFBFBD><EFBFBD>"
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
#define CMT_SSL_FORBID_METHOD "<22>Ȥ<EFBFBD><C8A4>ʤ<EFBFBD>SSL<53><EFBFBD>åɤΥꥹ<CEA5><EAA5B9>(2: SSLv2, 3: SSLv3, t:TLSv1)"
|
||||
#endif /* USE_SSL */
|
||||
#endif /* USE_SSL */
|
||||
#ifdef USE_COOKIE
|
||||
#define CMT_USECOOKIE "<22><><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѥ<EFBFBD><D1A4><EFBFBD>"
|
||||
#define CMT_ACCEPTCOOKIE "<22><><EFBFBD>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>դ<EFBFBD><D5A4><EFBFBD>"
|
||||
@@ -271,9 +271,9 @@ static char *config_file = NULL;
|
||||
#define CMT_SSL_KEY_FILE "PEM encoded private key file of client"
|
||||
#define CMT_SSL_CA_PATH "Path to a directory for PEM encoded certificates of CAs"
|
||||
#define CMT_SSL_CA_FILE "File consisting of PEM encoded certificates of CAs"
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
#define CMT_SSL_FORBID_METHOD "List of forbidden SSL method (2: SSLv2, 3: SSLv3, t:TLSv1)"
|
||||
#endif /* USE_SSL */
|
||||
#endif /* USE_SSL */
|
||||
#ifdef USE_COOKIE
|
||||
#define CMT_USECOOKIE "Use Cookie"
|
||||
#define CMT_ACCEPTCOOKIE "Accept Cookie"
|
||||
@@ -536,10 +536,10 @@ struct param_ptr params7[] = {
|
||||
NULL},
|
||||
{"ssl_ca_file", P_SSLPATH, PI_TEXT, (void *)&ssl_ca_file, CMT_SSL_CA_FILE,
|
||||
NULL},
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
#endif /* USE_SSL_VERIFY */
|
||||
{NULL, 0, 0, NULL, NULL, NULL},
|
||||
};
|
||||
#endif /* USE_SSL */
|
||||
#endif /* USE_SSL */
|
||||
|
||||
#ifdef USE_COOKIE
|
||||
struct param_ptr params8[] = {
|
||||
|
Reference in New Issue
Block a user